Skip to content

Commit

Permalink
stop testing on chrome (too flaky)
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh committed Aug 1, 2023
1 parent 1ecfbcb commit 6d06e19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
browser: [ chrome, safari ]
browser: [ safari ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
browser: [ chrome, firefox ]
browser: [ firefox ]
env:
CLIENT_BRANCH: ${{ github.event.inputs.client_branch }}
HOST: http://127.0.0.1:5002
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
browser: [ chrome, firefox ]
exclude:
- os: windows-latest
browser: chrome
browser: [ firefox ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 6d06e19

Please sign in to comment.