ci: re-enable test migrations in release workflow (#13307)

This commit is contained in:
Cian Johnston
2024-05-20 10:35:06 +01:00
committed by GitHub
parent a63d427efd
commit 45b45f1107
2 changed files with 20 additions and 7 deletions
+3 -3
View File
@@ -178,9 +178,9 @@ jobs:
env:
EV_SIGNING_CERT: ${{ secrets.EV_SIGNING_CERT }}
# - name: Test migrations from current ref to main
# run: |
# make test-migrations
- name: Test migrations from current ref to main
run: |
make test-migrations
# Setup GCloud for signing Windows binaries.
- name: Authenticate to Google Cloud