Skip to content

Commit

Permalink
Fail build on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-aws committed Jun 23, 2020
1 parent 137d55a commit cc36650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ phases:
- echo Build started on `date`
- mvn clean install
- echo Running integration tests
- mvn failsafe:integration-test
- mvn test-compile failsafe:integration-test failsafe:verify
post_build:
commands:
- echo Build completed on `date`

0 comments on commit cc36650

Please sign in to comment.