Skip to content

Commit

Permalink
added not fail-fast strategy to mocha YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Dec 7, 2023
1 parent 405dca0 commit 3583ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mocha_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
strategy:
matrix:
browser: [chromium, firefox, webkit, iphone, pixel]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 3583ed5

Please sign in to comment.