Skip to content

Commit

Permalink
rename migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizxd committed Feb 7, 2024
1 parent 1de0e57 commit fdc2aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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/migrate
sudo mv migrate /usr/bin
which migrate
- name: Run migration
Expand Down

0 comments on commit fdc2aee

Please sign in to comment.