Skip to content

Commit

Permalink
github workflow - continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
rpandian-spike committed May 1, 2022
1 parent 88ae846 commit 702d60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- 16.x
- 17.x
- 18.x
continue-on-error: ${{ matrix.node-version }}
continue-on-error: true
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 702d60c

Please sign in to comment.