Skip to content

Commit

Permalink
Unconditionally set up playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs committed Dec 29, 2024
1 parent 26f359f commit 69d4e72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ jobs:
- uses: ./.github/steps/setup-playwright
with:
working-directory: ./desktop
if: matrix.ELECTRON == false

- name: Run Playwright tests
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn ${{ runner.debug && 'test:e2e:debug' || 'test:e2e' }} --project standalone
Expand Down

0 comments on commit 69d4e72

Please sign in to comment.