Skip to content

Commit cb4d4f7

Browse files
committed
Removing migrations test in release.yaml in order to produce an Early Access release
The code is not in main, and this check tests that Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent c07d0e0 commit cb4d4f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ jobs:
273273
env:
274274
EV_SIGNING_CERT: ${{ secrets.EV_SIGNING_CERT }}
275275

276-
- name: Test migrations from current ref to main
277-
run: |
278-
POSTGRES_VERSION=13 make test-migrations
276+
# - name: Test migrations from current ref to main
277+
# run: |
278+
# POSTGRES_VERSION=13 make test-migrations
279279

280280
# Setup GCloud for signing Windows binaries.
281281
- name: Authenticate to Google Cloud

0 commit comments

Comments
 (0)