mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Run cypress in CI
This commit is contained in:
parent
fc08b4dfe0
commit
1db806b9f8
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -34,12 +34,6 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: yarn test:unit
|
||||
|
||||
# - name: Cypress run
|
||||
# uses: cypress-io/github-action@v2
|
||||
# with:
|
||||
# build: yarn build
|
||||
# start: yarn start
|
||||
|
||||
- name: Run Component tests
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
|
@ -48,6 +42,12 @@ jobs:
|
|||
# to run component tests we need to use "cypress run-ct"
|
||||
command: yarn cypress run-ct
|
||||
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
build: yarn build
|
||||
start: yarn serve
|
||||
|
||||
- name: Build build
|
||||
run: yarn build
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user