Skip to content

Commit

Permalink
Update deploy-on-commit.yml
Browse files Browse the repository at this point in the history
Add playwright
  • Loading branch information
portableant authored Feb 3, 2024
1 parent 35dc9ec commit f14ccaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Set up Gatsby
run: |
npm install -D @playwright/test@latest
npx playwright install
npm install
- name: Build Gatsby site
Expand Down

0 comments on commit f14ccaf

Please sign in to comment.