Skip to content

Commit

Permalink
add playwright install to virmator tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Oct 23, 2023
1 parent 965ed87 commit c34c22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
- name: run test
run: |
npm ci
npx playwright install --with-deps
npm run test:all

0 comments on commit c34c22a

Please sign in to comment.