Skip to content

Commit

Permalink
add continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Nov 21, 2024
1 parent 0b5c5d1 commit cec0213
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@ permissions:
jobs:

test:
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
node-version:
- '22'
- '20'
- '18'
experimental: [false]
include:
- node-version: '22'
experimental: true


runs-on: ubuntu-latest

Expand Down

0 comments on commit cec0213

Please sign in to comment.