Skip to content

Commit 755ac86

Browse files
committed
fix: Pass Cloud project as env var
1 parent 60148aa commit 755ac86

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
run: make install
9696
- name: Test deployment prevention script
9797
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
98100
- name: Test the API
99101
run: make test
100102
env:

0 commit comments

Comments
 (0)