Skip to content

Commit

Permalink
ci(playwright): always use locked playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLostLambda committed Sep 22, 2023
1 parent 3dfca54 commit d6630ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm install

- name: Install Playwright Browsers & Dependencies
run: pnpx playwright install --with-deps
run: pnpm exec playwright install --with-deps

- name: Run Playwright Tests
run: pnpx playwright test
run: pnpm test

0 comments on commit d6630ce

Please sign in to comment.