mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-07 06:19:37 -06:00
fix: migrations path in e2e-tests.yml workflow
This commit is contained in:
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
env:
|
||||
ACKIFY_DB_DSN: "postgres://ackify:testpassword@localhost:5432/ackify_test?sslmode=disable"
|
||||
run: |
|
||||
go run ./backend/cmd/migrate/main.go up
|
||||
go run ./backend/cmd/migrate/main.go -migrations-path file://backend/migrations up
|
||||
|
||||
- name: Generate Ed25519 keys
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user