Skip to content
Snippets Groups Projects

WS 78 fix datafetcher tests

Merged Andrew Kapuscinski requested to merge WS-78-fix-datafetcher-tests into main
+ 2
1
@@ -3,8 +3,9 @@
script:
- cd /code && ./bin/run-tests.sh -b
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