Skip to content

Commit

Permalink
chore: go mody tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Jan 1, 2024
1 parent 6c1779b commit 22ea984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
migrate:
runs-on: ubuntu-latest
env:
migrate_command: cd hack/migrate && go run main.go --db-url 'postgres://postgres:postgres@localhost:5432/mission-control?sslmode=disable'
migrate_command: cd hack/migrate && go mod tidy && go run main.go --db-url 'postgres://postgres:postgres@localhost:5432/mission-control?sslmode=disable'
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 22ea984

Please sign in to comment.