try with v2

This commit is contained in:
Murat Ozcan 2022-05-04 07:16:26 -05:00
parent 7cde2e8b4e
commit 62584bd91d

View File

@ -10,10 +10,10 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v3.0.4 uses: cypress-io/github-action@v2
with: with:
browser: chrome browser: chrome
build: npm run build # build: npm run build
start: npm run start start: npm run start
wait-on: 'http://localhost:3000' wait-on: 'http://localhost:3000'
env: env: