Skip to content

Commit 015c13d

Browse files
committed
Set environment variables for test in gh action workflow
1 parent 5cd98bf commit 015c13d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-action.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
test:
3131
name: Run tests
3232
runs-on: ubuntu-latest
33+
env:
34+
NODE_ENV: test
35+
JWT_SECRET_KEY: test
3336
steps:
3437
- name: Checkout
3538
uses: actions/checkout@v4

0 commit comments

Comments
 (0)