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

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

Prevent test failures from being hidden

Also remove listing the test result directory.
parent 23c21431
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -62,8 +62,7 @@ frontend-test: ...@@ -62,8 +62,7 @@ frontend-test:
stage: test stage: test
script: script:
- npm install - npm install
- npm test || FAILED=true - npm test
- ls -Rl target/test-results
artifacts: artifacts:
reports: reports:
junit: target/test-results/TESTS-results-jest.xml junit: target/test-results/TESTS-results-jest.xml
......
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