Skip to content

Commit

Permalink
install playwright before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Jul 26, 2024
1 parent 8174d45 commit cf00fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# https://github.com/microsoft/playwright/issues/6500#issuecomment-838515115
HOME: /root
working-directory: examples/ts-immutable-sample
run: yarn playwright test
run: yarn playwright install && yarn playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit cf00fc3

Please sign in to comment.