Skip to content

Commit

Permalink
Added continue-on-error to test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArakTaiRoth committed Oct 4, 2024
1 parent 58de2f8 commit db0d78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
run: npm run build
- name: Test React
run: npm run test:react
continue-on-error: true
- name: Test Angular
run: npm run test:angular

0 comments on commit db0d78e

Please sign in to comment.