diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9465009b..5e73bb3d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: uses: codecov/codecov-action@v1 with: name: actions ${{ matrix.node }} - fail_ci_if_error: true + fail_ci_if_error: false windows: runs-on: windows-latest steps: @@ -36,7 +36,7 @@ jobs: uses: codecov/codecov-action@v1 with: name: actions windows - fail_ci_if_error: true + fail_ci_if_error: false lint: runs-on: ubuntu-latest steps: diff --git a/synth.metadata b/synth.metadata index bbc280c5..093f09a9 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/nodejs-compute.git", - "sha": "c02e6908fdb0c04e4408e70a5c6f3913a3f15393" + "sha": "5deed1fcf3a4e19ef561e4d0cb36f8c593fe3353" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "19465d3ec5e5acdb01521d8f3bddd311bcbee28d" + "sha": "be74d3e532faa47eb59f1a0eaebde0860d1d8ab4" } } ]