mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
Version bump cypress action
This commit is contained in:
parent
146f68deaa
commit
7eb4580670
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user