Skip to content
Snippets Groups Projects

WS 78 fix datafetcher tests

Merged Andrew Kapuscinski requested to merge WS-78-fix-datafetcher-tests into main
+ 3
1
@@ -4,9 +4,11 @@
- cd /code && ./bin/run-tests.sh -b
- ls -la
- mv .coverage .coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
- ls -la
artifacts:
name: ".coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}"
paths:
- .coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
- .coverage
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
\ No newline at end of file
Loading