We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e921719 commit 9785f57Copy full SHA for 9785f57
.github/workflows/test.yaml
@@ -48,6 +48,7 @@ jobs:
48
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
49
runs-on: ubuntu-latest
50
needs: test
51
+ continue-on-error: true # not critical
52
permissions:
53
contents: read
54
actions: read # to download code coverage results from "test" job
0 commit comments