We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558bb0d commit be74d3eCopy full SHA for be74d3e
1 file changed
synthtool/gcp/templates/node_library/.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
uses: codecov/codecov-action@v1
23
with:
24
name: actions ${{ '{{' }} matrix.node {{ '}}' }}
25
- fail_ci_if_error: true
+ fail_ci_if_error: false
26
windows:
27
runs-on: windows-latest
28
steps:
@@ -36,7 +36,7 @@ jobs:
36
37
38
name: actions windows
39
40
lint:
41
runs-on: ubuntu-latest
42
0 commit comments