Skip to content

Commit

Permalink
feat(gh/actions): add install golang-migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogsiel committed Mar 30, 2024
1 parent b38e70e commit ccd0e9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: install golang-migrate
run: |
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.linux-amd64.tar.gz | tar xvz
which migrate
- name: Run Migrations
run: make migrateup
Expand Down

0 comments on commit ccd0e9b

Please sign in to comment.