Skip to content

Commit

Permalink
[ci] Only install chromium for flight fixtures (#32275)
Browse files Browse the repository at this point in the history
I noticed we only use chromium in fixtures/flight, so let's specifically
only install that browser in ci.
  • Loading branch information
poteto authored Jan 30, 2025
1 parent 4b3728f commit 55b54b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/runtime_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,7 @@ jobs:
fi
- name: Playwright install deps
working-directory: fixtures/flight
run: |
npx playwright install
sudo npx playwright install-deps
run: npx playwright install --with-deps chromium
- name: Run tests
working-directory: fixtures/flight
run: yarn test
Expand Down

0 comments on commit 55b54b0

Please sign in to comment.