Skip to content

Commit

Permalink
ci: install playwright in E2E job
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 14, 2023
1 parent d8a890f commit 31f9e24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm ci
run: |
npm ci
npx playwright install
- name: Run e2e tests
run: npm run test:e2e

Expand Down

0 comments on commit 31f9e24

Please sign in to comment.