1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

use cypress CI action as runner

This commit is contained in:
Martin McKeaveney 2022-02-17 21:10:19 +01:00
parent 298a61d6dd
commit 441ddc1c31

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