Skip to content

Commit

Permalink
exclude chrome on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh authored Feb 16, 2024
1 parent 3f6b698 commit 03fd3d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
browser: chrome
- os: macos-latest
browser: firefox
- os: macos-latest
browser: chrome
runs-on: ${{ matrix.os }}
env:
CLIENT_BRANCH: ${{ github.event.inputs.client_branch }}
Expand Down

0 comments on commit 03fd3d2

Please sign in to comment.