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 70c6ea6 commit d4bea8dCopy full SHA for d4bea8d
.github/workflows/defifundr-ci.yml
@@ -69,7 +69,7 @@ jobs:
69
which migrate
70
71
- 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
+ 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
73
74
- name: Install dependencies
75
run: go mod download
0 commit comments