Skip to content

Commit

Permalink
ci: fix firefox tests (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Jan 6, 2025
1 parent 7814cac commit b251979
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

test-browser:
name: Firefox Browser Tests
runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
firefox: ['107.0.1']
Expand All @@ -50,8 +50,9 @@ jobs:
- run: npm install
- run: chomp test:browser
env:
CI_BROWSER: /opt/hostedtoolcache/firefox/${{ matrix.firefox }}/x64/firefox
CI_BROWSER: C:\Program Files\Firefox_${{ matrix.firefox }}\firefox.exe
CI_BROWSER_FLAGS: -headless
CI_BROWSER_FLUSH: taskkill /F /IM firefox.exe
SKIP_PERF: 1

test-servers:
Expand Down

0 comments on commit b251979

Please sign in to comment.