Skip to content

Commit e03231e

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 8293890 commit e03231e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
jobs:
3535
# build-dylib is a separate job to build the dylib on macOS.
3636
build-dylib:
37-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest' }}
37+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest' }}
3838
steps:
3939
# Harden Runner doesn't work on macOS.
4040
- name: Checkout
@@ -269,9 +269,9 @@ jobs:
269269
env:
270270
EV_SIGNING_CERT: ${{ secrets.EV_SIGNING_CERT }}
271271

272-
- name: Test migrations from current ref to main
273-
run: |
274-
POSTGRES_VERSION=13 make test-migrations
272+
# - name: Test migrations from current ref to main
273+
# run: |
274+
# POSTGRES_VERSION=13 make test-migrations
275275

276276
# Setup GCloud for signing Windows binaries.
277277
- name: Authenticate to Google Cloud

0 commit comments

Comments
 (0)