Skip to content

Commit

Permalink
Update mv commannd from the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Delavalom authored Oct 1, 2023
1 parent 764f3d1 commit da5950f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
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.16.2/migrate.linux-amd64.tar.gz | tar xvz
sudo mv migrate.linux-amd64 /usr/bin/migrate
sudo mv migrate /usr/bin/
which migrate
- name: Run migrations
Expand Down

0 comments on commit da5950f

Please sign in to comment.