fix/renames migrate binary
This commit is contained in:
parent
2832e412a6
commit
eeb9a318f6
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
- name: Install golang-migrate
|
||||
run: |
|
||||
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.linux-amd64.tar.gz | tar xvz
|
||||
sudo mv migrate.linux-amd64 /usr/bin/migrate
|
||||
sudo mv migrate /usr/bin/migrate
|
||||
which migrate
|
||||
|
||||
- name: Run migrations
|
||||
|
Loading…
x
Reference in New Issue
Block a user