Skip to content

Commit

Permalink
udpate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 24, 2024
1 parent d8017f8 commit 8a02fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:

name: ${{ matrix.name }} - ${{ matrix.browser }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.os == 'windows-latest' }} # add exceptions for failing jobs here
# add exceptions for failing jobs here
continue-on-error: false
steps:
- name: Setup firefox (macOS)
if: matrix.os == 'macos-latest' && matrix.browser == 'firefox'
Expand Down

0 comments on commit 8a02fdf

Please sign in to comment.