used yarn dev for start command

This commit is contained in:
Murat Ozcan 2022-05-04 07:34:23 -05:00
parent be580666a4
commit b376c79f4f

View File

@ -13,8 +13,7 @@ jobs:
uses: cypress-io/github-action@v3.0.4 uses: cypress-io/github-action@v3.0.4
with: with:
browser: chrome browser: chrome
build: yarn build start: yarn dev
start: yarn start
wait-on: 'http://localhost:3000' wait-on: 'http://localhost:3000'
env: env:
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }} COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}