Skip to content

Commit

Permalink
fix: disable running tests on examples in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoutschen committed Jun 5, 2021
1 parent cc57f13 commit 11bcddb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ dev:
pr:
$(MAKE) -C $(CFN_LINT) pr
$(MAKE) -C $(TFLINT) pr
$(MAKE) -C $(EXAMPLES) test

test:
$(MAKE) -C $(CFN_LINT) test
$(MAKE) -C $(TFLINT) test
$(MAKE) -C $(EXAMPLES) test

release-check:
grep "version = \"$$RELEASE_TAG_VERSION\"" cfn-lint-serverless/pyproject.toml
Expand Down

0 comments on commit 11bcddb

Please sign in to comment.