Remove install in Cypress step

This commit is contained in:
Joe 2022-03-08 16:15:48 +00:00 committed by Dexter Edwards
parent 7000679863
commit c965a53bb7

View File

@ -32,6 +32,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v2
with:
install: false
wait-on: 'http://localhost:4200'
working-directory: apps/explorer-e2e
wait-on-timeout: 120