Skip to content

Commit 55b54b0

Browse files
authored
[ci] Only install chromium for flight fixtures (facebook#32275)
I noticed we only use chromium in fixtures/flight, so let's specifically only install that browser in ci.
1 parent 4b3728f commit 55b54b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,7 @@ jobs:
476476
fi
477477
- name: Playwright install deps
478478
working-directory: fixtures/flight
479-
run: |
480-
npx playwright install
481-
sudo npx playwright install-deps
479+
run: npx playwright install --with-deps chromium
482480
- name: Run tests
483481
working-directory: fixtures/flight
484482
run: yarn test

0 commit comments

Comments
 (0)