Skip to content

Commit

Permalink
Merge pull request #26 from companieshouse/feature/add_integration_tests
Browse files Browse the repository at this point in the history
Make integration test failures fail build
  • Loading branch information
amartin7663 authored Apr 26, 2022
2 parents 8283b91 + 720b72a commit 2caafc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test-unit:

.PHONY: test-integration
test-integration:
mvn integration-test -Dskip.unit.tests=true
mvn integration-test -Dskip.unit.tests=true failsafe:verify

.PHONY: package
package:
Expand Down

0 comments on commit 2caafc1

Please sign in to comment.