Skip to content

Commit

Permalink
ci: github actions 테스트를 위한 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
minjungw00 committed Nov 17, 2024
1 parent 21c442b commit 47dc5e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
# Run Unit tests
- name: Run Unit Tests
run: pnpm test
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}

test_building_docker_image:
name: Test Building Docker Image
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint_and_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ jobs:
# Run Unit tests
- name: Run Unit Tests
run: pnpm test
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}

0 comments on commit 47dc5e7

Please sign in to comment.