Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Aug 10, 2021
1 parent db0d9a3 commit 0919944
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ jobs:
- name: Install Dependencies of Browsers
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
run: npx playwright install-deps
- name: Install Browsers
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
run: npx playwright install
- name: Unit tests
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
run: yarn jest --ci --runInBand tests/examples-smoke-tests/${{ matrix.test }}
Expand Down

0 comments on commit 0919944

Please sign in to comment.