Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
frontend: avoid install playwright browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Jan 8, 2024
1 parent 1663439 commit 6dae2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
VITE_DESKTOP_HOSTNAME: "http://localhost"

- name: Install Playwright Browsers
run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npx playwright install --with-deps
run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npx playwright install

- name: Run Tests
run: yarn workspace @mintter/desktop e2e
Expand Down

0 comments on commit 6dae2d4

Please sign in to comment.