Update cypress.yml

pull/231/head
Gauvino 8 months ago committed by GitHub
parent e38eecacc2
commit 354c021c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,8 +17,8 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: yarn cypress:build
start: yarn start
build: npm run cypress:build
start: npm start
wait-on: 'http://localhost:40115/'
record: true
env:

Loading…
Cancel
Save