Version bump cypress action

This commit is contained in:
Matthias 2022-06-08 20:59:31 +02:00
parent 146f68deaa
commit 7eb4580670

View File

@ -39,7 +39,7 @@ jobs:
run: yarn test:unit run: yarn test:unit
- name: Run Component tests - name: Run Component tests
uses: cypress-io/github-action@v2 uses: cypress-io/github-action@v4
with: with:
# we have already installed everything # we have already installed everything
install: false install: false
@ -47,7 +47,7 @@ jobs:
command: yarn cypress run-ct command: yarn cypress run-ct
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v2 uses: cypress-io/github-action@v4
with: with:
# build: yarn build # build: yarn build
start: yarn serve start: yarn serve