Skip to content

Commit

Permalink
reorder install
Browse files Browse the repository at this point in the history
  • Loading branch information
JRJurman committed Aug 25, 2024
1 parent 488465c commit 9ee7288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
with:
node-version: '19'

- name: Install Playwright Browsers
run: npx playwright install

- name: Install dependencies
run: npm install

- name: Install Playwright Browsers
run: npx playwright install

- name: Run tests
run: npm run test:ci

0 comments on commit 9ee7288

Please sign in to comment.