use cypress CI action as runner

This commit is contained in:
Martin McKeaveney 2022-02-17 21:10:19 +01:00
parent 5dc2005eff
commit 12ef94cec0
1 changed files with 5 additions and 1 deletions

View File

@ -43,4 +43,8 @@ jobs:
verbose: true verbose: true
# TODO: parallelise this # TODO: parallelise this
- run: yarn test:e2e:ci - name: Cypress run
uses: cypress-io/github-action@v2
with:
install: false
command: yarn test:e2e:ci