Skip to content

Commit

Permalink
exclude chrome on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh authored Feb 15, 2024
1 parent 7418f4e commit 3f6b698
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
browser: [ chrome, firefox , safari ]
browser: [ chrome, firefox, safari ]
exclude:
- os: ubuntu-latest
browser: safari
- os: ubuntu-latest
browser: chrome
- os: macos-latest
browser: firefox
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3f6b698

Please sign in to comment.