Skip to content
Snippets Groups Projects
Commit b30637fd authored by Matthias Urhahn's avatar Matthias Urhahn
Browse files

Merge branch 'release/1.5.x' into fix/1.5.x-into-1.6.x

parents 3dc5a8f0 8a226729
No related branches found
No related tags found
No related merge requests found
......@@ -41,10 +41,6 @@ jobs:
- store_artifacts:
path: Corona-Warn-App/build/reports
destination: reports
- run:
name: Skip SonarCloud for external Pull Requests
command: '[[ -v CIRCLE_PR_REPONAME ]] && circleci-agent step halt || true'
- scan-sonar
quick_build_for_testers_no_tests:
executor: android/android
resource_class: large
......@@ -112,6 +108,10 @@ jobs:
destination: reports
- store_test_results:
path: Corona-Warn-App/build/test-results
- run:
name: Skip SonarCloud for external Pull Requests
command: '[[ -v CIRCLE_PR_REPONAME ]] && circleci-agent step halt || true'
- scan-sonar
device_for_testers_unit_tests:
executor: android/android
resource_class: large
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment