Skip to content

Commit

Permalink
Attempt to fix the playwright stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwoberts committed Dec 17, 2024
1 parent 513d517 commit c4f375e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
- stable
- stable
pull_request:
branches:
- main
Expand Down Expand Up @@ -87,8 +87,6 @@ jobs:
echo sha7=${GITHUB_SHA::7}
id: vars



- run: docker build -t fider-image .

- run: mkdir -p ./out
Expand Down Expand Up @@ -155,7 +153,10 @@ jobs:
-v "$PWD"/etc:/app/etc \
fider-image
- run: npm ci
- run: npx playwright install-deps $BROWSER
- run: |
sudo apt-get update
sudo apt-get install -y libasound2t64
npx playwright install-deps $BROWSER
env:
BROWSER: ${{ matrix.browser }}
- run: make test-e2e-ui
Expand Down

0 comments on commit c4f375e

Please sign in to comment.