We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e35e44 commit bb97da0Copy full SHA for bb97da0
.github/workflows/develop-deployment.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: cypress-io/github-action@v4
32
with:
33
build: yarn run build
34
- start: yarn run prod
+ start: yarn run dev
35
wait-on: "http://localhost:3000"
36
browser: chrome
37
build-s3:
.github/workflows/develop-test.yml
wait-on: 'http://localhost:3000'
- name: Upload coverage reports to Codecov
0 commit comments