Skip to content

Commit 745499b

Browse files
committed
[Fix]:오류 수정
1 parent 1f8f6e1 commit 745499b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636

3737
- name: Run tests
3838
run: ./gradlew test --no-daemon
39+
env:
40+
JWT_SECRET: ${{ secrets.JWT_SECRET }}
41+
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
3942

4043
- name: Upload test results
4144
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)