Skip to content

Commit

Permalink
Added playwright browser installation to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Oct 21, 2023
1 parent 4425e66 commit c5658b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ jobs:
run: |
npm ci
- name: "Install playwright browsers"
run: |
npx playwright install
- name: "Run tests"
run: |
npm run _test:frontend-playwright
Expand Down

0 comments on commit c5658b2

Please sign in to comment.