Skip to content

Commit

Permalink
ci: add test envs in be pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
typeWolffo committed Aug 9, 2024
1 parent a54d83d commit 1ecb066
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Backend Pull Request Check

env:
HUSKY: 0
JWT_SECRET: "test_secret"
JWT_REFRESH_SECRET: "test_refresh"
JWT_EXPIRATION_TIME: "15min"

on:
pull_request:
Expand Down

0 comments on commit 1ecb066

Please sign in to comment.