mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
ci: disable make test-migrations in release.yaml (#13201)
This commit is contained in:
committed by
GitHub
parent
b7a921a2bf
commit
06dd656e08
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -178,9 +178,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
EV_SIGNING_CERT: ${{ secrets.EV_SIGNING_CERT }}
|
EV_SIGNING_CERT: ${{ secrets.EV_SIGNING_CERT }}
|
||||||
|
|
||||||
- name: Test migrations from current ref to main
|
# - name: Test migrations from current ref to main
|
||||||
run: |
|
# run: |
|
||||||
make test-migrations
|
# make test-migrations
|
||||||
|
|
||||||
# Setup GCloud for signing Windows binaries.
|
# Setup GCloud for signing Windows binaries.
|
||||||
- name: Authenticate to Google Cloud
|
- name: Authenticate to Google Cloud
|
||||||
|
Reference in New Issue
Block a user