Skip to content

Commit d4bea8d

Browse files
committed
fix(ci): fix migrations path
1 parent 70c6ea6 commit d4bea8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/defifundr-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
which migrate
7070
7171
- name: Run database migrations
72-
run: migrate -path db/migration -database "postgresql://${{ secrets.DB_USER || 'root' }}:${{ secrets.DB_PASSWORD || 'secret' }}@localhost:5433/${{ secrets.DB_NAME || 'defi' }}?sslmode=disable" -verbose up
72+
run: migrate -path db/migrations -database "postgresql://${{ secrets.DB_USER || 'root' }}:${{ secrets.DB_PASSWORD || 'secret' }}@localhost:5433/${{ secrets.DB_NAME || 'defi' }}?sslmode=disable" -verbose up
7373

7474
- name: Install dependencies
7575
run: go mod download

0 commit comments

Comments
 (0)