Skip to content

Commit

Permalink
ci: only install Chromium for Playwright Argos tests (#9264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 31, 2023
1 parent a145205 commit bc150d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Install Playwright browsers
run: npx playwright install --with-deps
run: npx playwright install --with-deps chromium

- name: Build website fast
run: yarn build:website:fast
Expand Down

0 comments on commit bc150d2

Please sign in to comment.