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 ccd0e9b commit a49213b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ 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
sudo mv migrate.linux-amd64 /usr/bin
which migrate
- name: Run Migrations
run: make migrateup
Expand Down

0 comments on commit a49213b

Please sign in to comment.