Skip to content

Commit

Permalink
update workflows file for golang-migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
datlt198640 committed Jun 6, 2023
1 parent a29ff89 commit 047a34a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
sudo apt-get install migrate
which migrate
- name: Run CreateDB
run: make createdb

- name: Run migrations
run: make migrateup

Expand Down

0 comments on commit 047a34a

Please sign in to comment.