Skip to content

Commit

Permalink
chore: change cypress to use production build
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Dec 14, 2023
1 parent 4eaa4d9 commit 9163cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Run cypress tests
uses: cypress-io/github-action@v5
with:
start: pnpm run dev --dotenv .env.test --host 127.0.0.1
start: pnpm run start # we are post build so it should be fine
browser: chrome
wait-on: 'http://127.0.0.1:3000'
install: false
Expand Down

0 comments on commit 9163cd4

Please sign in to comment.