Skip to content

Commit

Permalink
Don't include all system deps for playwright, it's not working on ubu…
Browse files Browse the repository at this point in the history
…ntu noble.
  • Loading branch information
mattwoberts committed Dec 18, 2024
1 parent 4c2ecd6 commit af56f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install -y libasound2t64
npx playwright install-deps $BROWSER
npx playwright install $BROWSER
env:
BROWSER: ${{ matrix.browser }}
- run: make test-e2e-ui
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- run: |
sudo apt-get update
sudo apt-get install -y libasound2t64
npx playwright install-deps chromium
npx playwright install chromium
env:
BROWSER: chromium
- run: make test-e2e-server
Expand Down

0 comments on commit af56f62

Please sign in to comment.