mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2024-11-27 13:15:29 +01:00
Storing artifacts
This commit is contained in:
parent
89a5b375a8
commit
6da91c3944
@ -37,5 +37,10 @@ jobs:
|
|||||||
- ~/.m2
|
- ~/.m2
|
||||||
key: v1-dependencies-{{ checksum "pom.xml" }}
|
key: v1-dependencies-{{ checksum "pom.xml" }}
|
||||||
|
|
||||||
# run tests!
|
- run: mvn package
|
||||||
- run: mvn integration-test
|
|
||||||
|
- store_test_results:
|
||||||
|
path: target/surefire-reports
|
||||||
|
|
||||||
|
- store_artifacts:
|
||||||
|
path: target/PlayerBalancer.jar
|
||||||
|
Loading…
Reference in New Issue
Block a user