Skip to content

Commit b45d332

Browse files
committed
fix: migrations path in e2e-tests.yml workflow
1 parent b867acb commit b45d332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
ACKIFY_DB_DSN: "postgres://ackify:testpassword@localhost:5432/ackify_test?sslmode=disable"
6666
run: |
67-
go run ./backend/cmd/migrate/main.go up
67+
go run ./backend/cmd/migrate/main.go -migrations-path file://backend/migrations up
6868
6969
- name: Generate Ed25519 keys
7070
run: |

0 commit comments

Comments
 (0)