Skip to content

Commit

Permalink
Merge pull request #7 from Sean-Miningah/dev
Browse files Browse the repository at this point in the history
update dmate download step in workflow
  • Loading branch information
Sean-Miningah authored Jul 27, 2024
2 parents 9d2e6ee + 3c404b4 commit 293065b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Install dbmate for golang migrations
run: |
curl -O https://github.com/amacneil/dbmate/releases/latest/download/dbmate-linux-amd64
sudo mv dbmate-linux-amd64 /usr/bin
sudo mv dbmate-linux-amd64 /usr/bin/dbmate
which dbmate
- name: MakeMigrations
run: make migrations
Expand Down

0 comments on commit 293065b

Please sign in to comment.