Skip to content

Commit

Permalink
fix(ci): missing tools
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Feb 20, 2021
1 parent 81c44dd commit 129385e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ jobs:
command: |
sudo apt update
sudo apt install -y postgresql-client
- run: scripts/test
- run:
name: Ensure API spec match auto-generated code
command: |
go generate ./api/...
git add . && git status --short && git diff-index --quiet HEAD
- run: scripts/test
- run:
name: Report code coverage
command: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI&CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ jobs:
sudo apt update
sudo apt install -y postgresql-client
- run: scripts/test

- name: Ensure API spec match auto-generated code
run: |
go generate ./api/...
git add . && git status --short && git diff-index --quiet HEAD
- run: scripts/test

- name: Report code coverage
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
Expand Down

0 comments on commit 129385e

Please sign in to comment.