Skip to content

Commit

Permalink
update the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshghent committed Oct 8, 2024
1 parent bb19b2b commit f56e60f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Install dependencies
run: go mod download

- name: Install golang-migrate
run: go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest

- name: Run migrations and seed data
env:
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable
Expand Down

0 comments on commit f56e60f

Please sign in to comment.