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 60b537f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,13 @@ jobs:
- name: Run tests ✅
run: pnpm run test

- name: Set .env
run: cp .env.test .env

- 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
browser: chrome
wait-on: 'http://127.0.0.1:3000'
install: false
Expand Down

0 comments on commit 60b537f

Please sign in to comment.