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 2c2ce90 commit 313fc34Copy full SHA for 313fc34
.github/workflows/mocha.yml
@@ -75,7 +75,7 @@ jobs:
75
needs: test-node-all
76
if: always()
77
runs-on: ubuntu-latest
78
- # Uploading coverage is optional. Job won't fail just because this step fails.
+ # Uploading coverage is optional. Run won't fail just because this job fails.
79
# Ref https://github.com/mochajs/mocha/issues/5436
80
# https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idcontinue-on-error
81
continue-on-error: true
0 commit comments