Skip to content

Commit bb97da0

Browse files
committed
back to dev
1 parent 6e35e44 commit bb97da0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/develop-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: cypress-io/github-action@v4
3232
with:
3333
build: yarn run build
34-
start: yarn run prod
34+
start: yarn run dev
3535
wait-on: "http://localhost:3000"
3636
browser: chrome
3737
build-s3:

.github/workflows/develop-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: cypress-io/github-action@v4
3232
with:
3333
build: yarn run build
34-
start: yarn run prod
34+
start: yarn run dev
3535
wait-on: 'http://localhost:3000'
3636
browser: chrome
3737
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)