Skip to content

Commit a6cf804

Browse files
committed
fix: apply environment to the test job
1 parent 4622cfd commit a6cf804

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
test:
1111
name: Run Tests
1212
runs-on: ubuntu-latest
13+
environment: test
1314

1415
steps:
1516
- name: Checkout code
@@ -25,3 +26,5 @@ jobs:
2526

2627
- name: Run tests
2728
run: bun test
29+
env:
30+
NODE_ENV: test

0 commit comments

Comments
 (0)