mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 14:31:28 +00:00
15 lines
180 B
YAML
15 lines
180 B
YAML
language: java
|
|
|
|
cache:
|
|
directories:
|
|
- "$HOME/.m2"
|
|
|
|
jdk: openjdk11
|
|
|
|
script:
|
|
- cd Java
|
|
- mvn clean test allure:report
|
|
|
|
after_failure:
|
|
- cat target/surefire-reports/*.txt
|