Skip to content

Commit

Permalink
continue-on-error: true for 22
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Nov 21, 2024
1 parent 13f8748 commit b20b7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
path: ./docs

test-experimental:
continue-on-error: true
runs-on: ubuntu-latest
name: Test Node 22

Expand All @@ -69,6 +68,7 @@ jobs:
- run: npx playwright install --with-deps
- run: npm run build
- run: npm run test
continue-on-error: true
env:
FORCE_COLOR: true

Expand Down

0 comments on commit b20b7bf

Please sign in to comment.