Skip to content

Commit

Permalink
ci(nuxt): install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
bnachtweh committed Jun 3, 2024
1 parent 0402dcb commit 4628f22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Test
runs:
using: composite
steps:
- name: Install Playwright
run: npx playwright install
working-directory: packages/nuxt
- name: Run test suite
run: npx lerna run test:coverage
shell: bash
Expand Down

0 comments on commit 4628f22

Please sign in to comment.