Skip to content

Commit 22e17c0

Browse files
committed
Added NODE_ENV to spec action
1 parent 25c0b70 commit 22e17c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040

4141
- name: Run tests
4242
uses: cypress-io/github-action@v6
43+
env:
44+
NODE_ENV: production
4345
with:
4446
start: npm run preview
4547
wait-on: 'http://localhost:5173'

0 commit comments

Comments
 (0)