Skip to content

Commit

Permalink
ci: Add a build step so we are more prepared for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Oct 8, 2024
1 parent 2a01c9e commit 37cec42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
node-version-file: package.json
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run integration tests
Expand Down

0 comments on commit 37cec42

Please sign in to comment.