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
with:
browser: chrome
build: yarn build
start: yarn start
start: yarn dev
wait-on: 'http://localhost:3000'
env:
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}