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

env:
HUSKY: 0
JWT_SECRET: "test_secret"
JWT_REFRESH_SECRET: "test_refresh"
JWT_EXPIRATION_TIME: "15min"
CORS_ORIGIN: ""
EMAIL_ADAPTER: "mailhog"
DATABASE_URL: ""
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 32733f2

Please sign in to comment.