Skip to content

Commit

Permalink
return to testing solely on ubuntu firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh authored Feb 16, 2024
1 parent 03fd3d2 commit 079866c
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/run-tests-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,7 @@ on:
type: string
jobs:
run-tests:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
browser: [ chrome, firefox, safari ]
exclude:
- os: ubuntu-latest
browser: safari
- os: ubuntu-latest
browser: chrome
- os: macos-latest
browser: firefox
- os: macos-latest
browser: chrome
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
env:
CLIENT_BRANCH: ${{ github.event.inputs.client_branch }}
HOST: http://127.0.0.1:5002
Expand All @@ -46,7 +33,7 @@ jobs:
- uses: DevExpress/[email protected]
with:
args: >-
${{ matrix.browser }}
firefox
*/index.js
--hostname localhost
--retry-test-pages
Expand Down

0 comments on commit 079866c

Please sign in to comment.