Skip to content

Commit

Permalink
ci: install only chromium (kysely-org#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored and thecodrr committed Sep 3, 2024
1 parent a26e0bc commit a87119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: npm ci

- name: Install playwright
run: npx playwright install
run: npx playwright install chromium

- name: Run docker compose
run: docker compose up -d
Expand Down

0 comments on commit a87119b

Please sign in to comment.