Skip to content

Commit

Permalink
Removed unit tests and changed java version
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-aws committed Jun 23, 2020
1 parent c7c3683 commit 137d55a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ version: 0.2
phases:
install:
runtime-versions:
java: corretto11
java: corretto8
pre_build:
commands:
- echo Nothing to do in the pre_build phase...
build:
commands:
- echo Build started on `date`
- mvn clean install
- echo Running unit tests
- mvn clean test
- echo Running integration tests
- mvn failsafe:integration-test
post_build:
Expand Down

0 comments on commit 137d55a

Please sign in to comment.