Skip to content

Commit

Permalink
fix(ci): Update package lists before downloading playwright deps (#6694)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Jan 10, 2023
1 parent 9f06d48 commit c8c972b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ jobs:
PW_TRACING_ONLY: ${{ matrix.tracing_only }}
run: |
cd packages/integration-tests
sudo apt-get update
yarn run playwright install-deps webkit
yarn test:ci
Expand Down

0 comments on commit c8c972b

Please sign in to comment.