Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
emirot committed Mar 5, 2022
1 parent 2ceaae7 commit 3eb759f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
- name: Install go migrate
run: |
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.15.1/migrate.linux-amd64.tar.gz | tar xvz;
ls
sudo mv migrate.linux-amd64 /usr/bin/migrate
sudo mv migrate /usr/bin/migrate
- name: Run migration
run: migrate -path db/migration -database "postgresql://root:test@localhost:5432/sqljson?sslmode=disable" -verbose up
- run: go test -v ./...

0 comments on commit 3eb759f

Please sign in to comment.