Skip to content

Commit

Permalink
ci: temp continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Sep 3, 2023
1 parent dca128a commit b92097f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
- codelint
- test-linux
runs-on: ${{ matrix.os }}
continue-on-error: true
env:
MSSQL_PASSWORD: 'yourStrong(!)Password'
strategy:
Expand Down

0 comments on commit b92097f

Please sign in to comment.