Skip to content

Commit

Permalink
install chromium only
Browse files Browse the repository at this point in the history
  • Loading branch information
conlacda authored Oct 31, 2024
1 parent 145b0f1 commit 71df56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testcase-downloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: npx playwright install --with-deps chromium
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 71df56f

Please sign in to comment.