mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-28 10:48:47 -06:00
fix: missing ci ackify_app role creation
This commit is contained in:
@@ -69,6 +69,7 @@ jobs:
|
||||
- name: Run database migrations
|
||||
env:
|
||||
ACKIFY_DB_DSN: "postgres://postgres:testpassword@localhost:5432/ackify_test?sslmode=disable"
|
||||
ACKIFY_APP_PASSWORD: "testpassword"
|
||||
run: |
|
||||
go run ./backend/cmd/migrate/main.go -migrations-path file://backend/migrations up
|
||||
|
||||
|
||||
Reference in New Issue
Block a user