Skip to content

Commit

Permalink
ci: allow failing test in workflow "Bump oxlint" (#203)
Browse files Browse the repository at this point in the history
let check in the PR what is wrong :)
  • Loading branch information
Sysix authored Oct 31, 2024
1 parent b64814b commit 3d7a0cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
pnpm run generate # Generate rules from latest oxlint
pnpm run format # run prettier over it
- name: Test and update
- name: Test and update snapshot
continue-on-error: true # we check in PR why it fails
run: pnpm run test -u # Update test snapshots

- name: Bump oxlint rules
Expand Down

0 comments on commit 3d7a0cf

Please sign in to comment.