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 60148aa commit 755ac86Copy full SHA for 755ac86
1 file changed
.github/workflows/pr.yml
@@ -95,6 +95,8 @@ jobs:
95
run: make install
96
- name: Test deployment prevention script
97
run: ".github/request-model-versions.sh -b prod-api-v2-c4d5-metadata -us 1.1.1 -uk 1.1.1 -t 30"
98
+ env:
99
+ GOOGLE_CLOUD_PROJECT: policyengine-api-v2
100
- name: Test the API
101
run: make test
102
env:
0 commit comments