Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
fix: add NODE_ENV to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zigapk committed Nov 15, 2023
1 parent 7285d0d commit 16b8293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
environment: 'staging'
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: source .env && pnpm test
test-script: source .env && NODE_ENV=development pnpm test

0 comments on commit 16b8293

Please sign in to comment.