We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f3470 commit a730c39Copy full SHA for a730c39
.github/workflows/pr.yml
@@ -132,7 +132,9 @@ jobs:
132
cd projects/policyengine-apis-integ
133
uv sync --extra test
134
# Run tests that don't require GCP credentials
135
- uv run pytest tests/ -v -m "not requires_gcp"
+ # 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"
138
139
- name: Show service logs on failure
140
if: failure()
0 commit comments