This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 5deb5400 authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Always store test results as artifacts

parent 403384e1
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -72,6 +72,7 @@ maven-test:
- target/surefire-reports
- target/failsafe-reports
- target/site
when: always
expire_in: 30 day
allow_failure: true
needs: []
......@@ -87,6 +88,7 @@ frontend-test:
paths:
- target/test-results
- target/jacoco
when: always
expire_in: 1 day
allow_failure: true
needs: []
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment