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