Skip to content

Commit

Permalink
add playwright dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 3, 2024
1 parent ac63e02 commit af024ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- run: npx playwright install --with-deps
- run: npm run test
- run: npm run build
- uses: actions/upload-pages-artifact@v3
with:
path: 'build/'
Expand Down

0 comments on commit af024ae

Please sign in to comment.