ci: release: test migrations before building (#13051)

This commit is contained in:
Cian Johnston
2024-04-24 08:31:01 +01:00
committed by GitHub
parent 215dd7b152
commit a04c76ce40
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -130,6 +130,10 @@ jobs:
AC_CERTIFICATE_PASSWORD: ${{ secrets.AC_CERTIFICATE_PASSWORD }}
AC_APIKEY_P8_BASE64: ${{ secrets.AC_APIKEY_P8_BASE64 }}
- name: Test migrations from current ref to main
run: |
make test-migrations
- name: Build binaries
run: |
set -euo pipefail