Skip to content

Commit

Permalink
Merge pull request #460 from banzaicloud/run-shellcheck-on-ci
Browse files Browse the repository at this point in the history
Run shellcheck on ci
  • Loading branch information
khernyo authored Jun 29, 2020
2 parents d841b1d + 27d2017 commit 81544d4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,8 @@ jobs:
make generate

- run:
name: Run linter
command: make lint

- run:
name: Run unit tests
command: make test
when: always
name: Run unit tests, linter, etc.
command: make check

- save_cache:
name: Save build dependencies
Expand Down

0 comments on commit 81544d4

Please sign in to comment.