Skip to content

Commit

Permalink
chore: install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
loke-dev committed Jul 10, 2023
1 parent 5d8fdf5 commit 09cf42f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Install Playwright
run: npx playwright install

- name: Run vitest
run: yarn run test

Expand Down

0 comments on commit 09cf42f

Please sign in to comment.