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 4882ac1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr-backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ name: Backend Pull Request Check

env:
HUSKY: 0
JWT_SECRET: "test_secret"
JWT_REFRESH_SECRET: "test_refresh"
JWT_EXPIRATION_TIME: "15min"
SMTP_HOST: ""
SMTP_PORT: ""
SMTP_USER: ""
SMTP_PASSWORD: ""
AWS_REGION: ""
AWS_ACCESS_KEY_ID: ""
AWS_SECRET_ACCESS_KEY: ""

on:
pull_request:
Expand Down

0 comments on commit 4882ac1

Please sign in to comment.