We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccf240 commit 5c313aaCopy full SHA for 5c313aa
1 file changed
.github/workflows/update-phonenumbers-lib.yml
@@ -29,6 +29,12 @@ jobs:
29
with:
30
python-version: '3.11'
31
32
+ - name: Authenticate to Google Cloud
33
+ uses: google-github-actions/auth@v2
34
+ with:
35
+ workload_identity_provider: 'projects/394529523748/locations/global/workloadIdentityPools/gha-worker/providers/github-actions'
36
+ service_account: 'gha-worker@dp-artifacts-sandbox.iam.gserviceaccount.com'
37
+
38
- name: Version Comparison (Upstream vs Artifact Registry)
39
id: version_check
40
run: |
@@ -69,7 +75,7 @@ jobs:
69
75
if: steps.version_check.outputs.sync_needed == 'true'
70
76
71
77
pip install protobuf pytest
72
- python -m pytest python/dialpad_tests.py
78
+ python python/dialpad_tests.py
73
79
74
80
# - name: Build and publish package
81
# if: steps.version_check.outputs.sync_needed == 'true'
0 commit comments