Skip to content

Commit

Permalink
installing playwright browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Dec 7, 2023
1 parent 58d349f commit e0356ad
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/mocha_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# TODO: Set user/pass secret to send to mocha tests

name: Mocha Tests

defaults:
run:
working-directory: ./tests

on:
push:
branches: [ main, ui-v2 ]
Expand All @@ -18,8 +23,8 @@ jobs:
with:
node-version: 18
- name: Install dependencies
working-directory: ./tests
run: npm ci
- name: Install Playwright browsers
run: npx playwright install && npx playwright install-deps
- name: Run Mocha tests
working-directory: ./tests
run: npm test # alias to "mocha test"

0 comments on commit e0356ad

Please sign in to comment.