Skip to content

Commit a730c39

Browse files
committed
fix: Use correct integration test base URL
1 parent e9f3470 commit a730c39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ jobs:
132132
cd projects/policyengine-apis-integ
133133
uv sync --extra test
134134
# Run tests that don't require GCP credentials
135-
uv run pytest tests/ -v -m "not requires_gcp"
135+
# Modal staging tests run against deployed staging environment
136+
simulation_integ_test_base_url="https://policyengine-staging--policyengine-simulation-gateway-web-app.modal.run" \
137+
uv run pytest tests/ -v -m "not requires_gcp"
136138
137139
- name: Show service logs on failure
138140
if: failure()

0 commit comments

Comments
 (0)