Skip to content

Commit

Permalink
Move tests to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Oct 1, 2023
1 parent aa42be0 commit 53c532f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ jobs:
- name: Run lint
run: |
make lint
- name: Run tests
run: |
make test
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ run:
provisioning.yml -i hosts

lint:
@./scripts/run-tests.sh
@docker build -q -f .docker/lint-ansible.Dockerfile -t lint-ansible .
@docker run -v $$(pwd):/code lint-ansible
@docker build -q -f .docker/lint-sh.Dockerfile -t lint-sh .
@docker run -v $$(pwd):/code lint-sh


test:
./scripts/run-tests.sh

0 comments on commit 53c532f

Please sign in to comment.