We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b867acb commit b45d332Copy full SHA for b45d332
.github/workflows/e2e-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
env:
65
ACKIFY_DB_DSN: "postgres://ackify:testpassword@localhost:5432/ackify_test?sslmode=disable"
66
run: |
67
- go run ./backend/cmd/migrate/main.go up
+ go run ./backend/cmd/migrate/main.go -migrations-path file://backend/migrations up
68
69
- name: Generate Ed25519 keys
70
0 commit comments