Skip to content

Commit

Permalink
cicd: add jwt_secret to test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonsu committed Sep 15, 2024
1 parent 79c5082 commit 42da85c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
node-version: "17.x"
- name: Run unit & integration tests
run: ./ops/scripts/run-tests.sh
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}

build:
name: 🐳 Build & publish docker image
Expand Down

0 comments on commit 42da85c

Please sign in to comment.