Skip to content

Commit

Permalink
Update backend-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 authored Aug 16, 2024
1 parent df92d3d commit b871d87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
DATABASE_TEST_HOST: "localhost"
DATABASE_TEST_PORT: "5432"
FLASK_ENV: "testing"
DEPLOYMENT_ENV: "testing"
DATABASE_TEST_URL: "postgresql://postgres:postgres@localhost:5432/postgres"
JWT_OIDC_TEST_ISSUER: "http://localhost:8081/auth/realms/demo"
JWT_OIDC_TEST_WELL_KNOWN_CONFIG: "http://localhost:8081/auth/realms/demo/.well-known/openid-configuration"
Expand Down

0 comments on commit b871d87

Please sign in to comment.