diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52232be47..77239df49 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: uses: cypress-io/github-action@v3.0.4 with: browser: chrome - build: yarn build + # build: yarn build start: yarn dev wait-on: 'http://localhost:3000' wait-on-timeout: 120 diff --git a/site/comments.md b/site/comments.md index f25095852..2d0ec0d36 100644 --- a/site/comments.md +++ b/site/comments.md @@ -391,7 +391,6 @@ jobs: uses: cypress-io/github-action@v3.0.4 with: browser: chrome - build: yarn build start: yarn dev wait-on: 'http://localhost:3000' wait-on-timeout: 120