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 862e55f commit 6e35e44Copy full SHA for 6e35e44
.github/workflows/develop-deployment.yml
@@ -31,9 +31,9 @@ jobs:
31
uses: cypress-io/github-action@v4
32
with:
33
build: yarn run build
34
- start: yarn run dev
+ start: yarn run prod
35
wait-on: "http://localhost:3000"
36
- browser: firefox
+ browser: chrome
37
build-s3:
38
needs: build-test
39
runs-on: neodash-runners
.github/workflows/develop-test.yml
@@ -31,8 +31,8 @@ jobs:
wait-on: 'http://localhost:3000'
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
0 commit comments