Skip to content

Commit

Permalink
add playwright to the of the deploy step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDL committed Feb 22, 2024
1 parent 6124613 commit 2406c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
deploy:
name: 🚀 Deploy
runs-on: ubuntu-latest
needs: [lint, typecheck, vitest, build]
needs: [lint, typecheck, vitest, build, playwright]
# only build/deploy main branch on pushes
if: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}

Expand Down

0 comments on commit 2406c34

Please sign in to comment.