Skip to content

Commit

Permalink
try running more configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh committed Feb 15, 2024
1 parent 2cfd810 commit 06df280
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run-tests-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ on:
type: string
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
browser: [ firefox ]
os: [ ubuntu-latest, macos-latest ]
browser: [ chrome, firefox , safari ]
exclude:
- os: ubuntu-latest
browser: safari
runs-on: ${{ matrix.os }}
env:
CLIENT_BRANCH: ${{ github.event.inputs.client_branch }}
HOST: http://127.0.0.1:5002
Expand Down

0 comments on commit 06df280

Please sign in to comment.