Skip to content

Commit

Permalink
add firebase tools dep to gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmitchinson committed Sep 7, 2023
1 parent f09816f commit 39da17a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Install Firebase Tools
run: npm i -g firebase-tools
- name: Run Playwright tests
run: npm run testci
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 39da17a

Please sign in to comment.