Skip to content

Commit

Permalink
Update pr-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Oct 12, 2024
1 parent 8ec2b62 commit 257843b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
node-version: 20.11.0
pnpm-version: 9.5.0

- name: Install Playwright browsers
run: pnpm exec playwright install --with-deps chromium

- name: Run PNPM install
id: pnpm-cache
run: pnpm install --frozen-lockfile
working-directory: ./e2e-tests

- name: Install Playwright browsers
run: pnpm exec playwright install --with-deps chromium

- name: Run Playwright tests
run: pnpm -C e2e-tests test:react-app

0 comments on commit 257843b

Please sign in to comment.