Skip to content

Commit

Permalink
roll back
Browse files Browse the repository at this point in the history
  • Loading branch information
dlinah committed Jul 11, 2022
1 parent 12f5972 commit 0322cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nowcasting-app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
NEXT_PUBLIC_ENV_NAME: test
with:
build: yarn build
start: yarn start:test
start: yarn test:start
wait-on: http://localhost:3002

- name: End-to-end tests Record (Cypress)
Expand All @@ -57,5 +57,5 @@ jobs:
# CYPRESS_RECORD_KEY: ----
with:
record: true
start: yarn start:test
start: yarn test:start
wait-on: http://localhost:3002

0 comments on commit 0322cd2

Please sign in to comment.