Skip to content

Commit 6e35e44

Browse files
committed
Change start to prod
1 parent 862e55f commit 6e35e44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/develop-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
uses: cypress-io/github-action@v4
3232
with:
3333
build: yarn run build
34-
start: yarn run dev
34+
start: yarn run prod
3535
wait-on: "http://localhost:3000"
36-
browser: firefox
36+
browser: chrome
3737
build-s3:
3838
needs: build-test
3939
runs-on: neodash-runners

.github/workflows/develop-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
uses: cypress-io/github-action@v4
3232
with:
3333
build: yarn run build
34-
start: yarn run dev
34+
start: yarn run prod
3535
wait-on: 'http://localhost:3000'
36-
browser: firefox
36+
browser: chrome
3737
- name: Upload coverage reports to Codecov
3838
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)