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 173b9fb commit fdf81e2Copy full SHA for fdf81e2
1 file changed
.github/workflows/push.yml
@@ -65,6 +65,14 @@ jobs:
65
uses: actions/setup-python@v5
66
with:
67
python-version: "3.11"
68
+ - name: Install dependencies (required for finding API model versions)
69
+ run: make install
70
+ - name: Install jq (required only for GitHub Actions)
71
+ run: sudo apt-get install -y jq
72
+ - name: Find API model versions and write to environment variable
73
+ run: python3 .github/find-api-model-versions.py
74
+ - name: Ensure full API and simulation API model versions are in sync
75
+ run: ".github/request-simulation-model-versions.sh -b prod-api-v2-c4d5-metadata -us ${{ env.US_VERSION }} -uk ${{ env.UK_VERSION }}"
76
- name: GCP authentication
77
uses: "google-github-actions/auth@v2"
78
0 commit comments