Skip to content

Commit

Permalink
Pin playwright to see if that's more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwoberts committed Dec 18, 2024
1 parent af56f62 commit 59b2a36
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ jobs:
fider-image
- run: npm ci
- run: |
sudo apt-get update
sudo apt-get install -y libasound2t64
npx playwright install $BROWSER
npx install [email protected]
npx [email protected] install-deps $BROWSER
env:
BROWSER: ${{ matrix.browser }}
- run: make test-e2e-ui
Expand Down Expand Up @@ -213,9 +212,8 @@ jobs:
fider-image
- run: npm ci
- run: |
sudo apt-get update
sudo apt-get install -y libasound2t64
npx playwright install chromium
npx install [email protected]
npx [email protected] install-deps chromium
env:
BROWSER: chromium
- run: make test-e2e-server
Expand Down

0 comments on commit 59b2a36

Please sign in to comment.