1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

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

View file

@ -43,4 +43,8 @@ jobs:
verbose: true
# 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