Skip to content

Commit

Permalink
Install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Nov 6, 2023
1 parent 8919740 commit 7bd703a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: npm install -g pnpm@5.3
- run: pnpm install
- run: pnpm build
- run: npx playwright install --with-deps
- run: pnpm test || exit 1
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 7bd703a

Please sign in to comment.