Remove install in Cypress step
This commit is contained in:
parent
7000679863
commit
c965a53bb7
1
.github/workflows/cypress.yml
vendored
1
.github/workflows/cypress.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
- name: Cypress run
|
- name: Cypress run
|
||||||
uses: cypress-io/github-action@v2
|
uses: cypress-io/github-action@v2
|
||||||
with:
|
with:
|
||||||
|
install: false
|
||||||
wait-on: 'http://localhost:4200'
|
wait-on: 'http://localhost:4200'
|
||||||
working-directory: apps/explorer-e2e
|
working-directory: apps/explorer-e2e
|
||||||
wait-on-timeout: 120
|
wait-on-timeout: 120
|
||||||
|
Loading…
Reference in New Issue
Block a user