fix update-templates

This commit is contained in:
Kenneth Kehl
2025-03-18 11:19:08 -07:00
parent a1b220d239
commit f1691274c8
4 changed files with 11 additions and 9 deletions

View File

@@ -65,6 +65,8 @@ jobs:
- name: Check coverage threshold
# TODO get this back up to 95
run: poetry run coverage report -m --fail-under=94
- name: Update templates
run: cf run-task notify-api-staging --command "flask command update-templates"
validate-new-relic-config:
runs-on: ubuntu-latest

View File

@@ -74,9 +74,9 @@ jobs:
--var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
--strategy rolling
# TODO FIX
# - name: Update templates
# run: cf run-task notify-api-demo --command "flask command update-templates"
- name: Update templates
run: cf run-task notify-api-demo --command "flask command update-templates"
- name: Deploy egress proxy
uses: ./.github/actions/deploy-proxy

View File

@@ -78,9 +78,9 @@ jobs:
--var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
--strategy rolling
# TODO FIX
# - name: Update templates
# run: cf run-task notify-api-production --command "flask command update-templates"
- name: Update templates
run: cf run-task notify-api-production --command "flask command update-templates"
- name: Deploy egress proxy
uses: ./.github/actions/deploy-proxy

View File

@@ -80,9 +80,9 @@ jobs:
--var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
--strategy rolling
# TODO FIX
# - name: Update templates
# run: cf run-task notify-api-staging --command "flask command update-templates"
- name: Update templates
run: cf run-task notify-api-staging --command "flask command update-templates"
- name: Deploy egress proxy
uses: ./.github/actions/deploy-proxy