Skip to content

Commit

Permalink
ci: add vite prepare command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas committed Apr 10, 2024
1 parent 1ae9f60 commit b155934
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Prepare Vite app
run: npm run vite:prepare

- name: Run Playwright tests
run: npx playwright test

Expand Down

0 comments on commit b155934

Please sign in to comment.