Skip to content

Commit

Permalink
Merge pull request #1479 from ably/browser-failure-email-notifications
Browse files Browse the repository at this point in the history
Turn off `continue-on-error` for browser jobs
  • Loading branch information
lawrence-forooghian authored Nov 1, 2023
2 parents e3e6781 + ddef9f7 commit d6978ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
test-browser:
runs-on: ubuntu-20.04
continue-on-error: true
strategy:
fail-fast: false
matrix:
browser: [chromium, firefox, webkit]
steps:
Expand Down

0 comments on commit d6978ca

Please sign in to comment.