Skip to content

Commit

Permalink
Add playwright install step to CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
pderaaij committed Jul 10, 2024
1 parent 5a3d34f commit be54489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
run: yarn
- name: Build Packages
run: yarn build
- name: Download required playwright browsers
run: yarn playwright install
- name: Run Tests
uses: GabrielBB/[email protected]
with:
Expand Down

0 comments on commit be54489

Please sign in to comment.