You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
migrate_command: make -B tidy hack/migrate/go.mod && cd hack/migrate && go run main.go --db-url 'postgres://postgres:postgres@localhost:5432/mission-control?sslmode=disable'
63
+
migrate_command: make -B tidy hack/migrate/go.mod && cd hack/migrate && go run main.go --db-url 'postgres://postgres:postgres@localhost:5432/test?sslmode=disable'
64
64
steps:
65
65
- name: Install Go
66
66
uses: buildjet/setup-go@v5
@@ -83,7 +83,7 @@ jobs:
83
83
- 5432:5432
84
84
env:
85
85
POSTGRES_PASSWORD: postgres
86
-
POSTGRES_DB: mission-control
86
+
POSTGRES_DB: test
87
87
# Set health checks to wait until postgres has started
0 commit comments