From 5c27e332cddcbecbb50a4af1488c814c627cdd7c Mon Sep 17 00:00:00 2001 From: Speiger Date: Sat, 2 Jul 2022 07:43:18 +0200 Subject: [PATCH] Attempt on including testruns. --- .github/workflows/build_tests_action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_tests_action.yml b/.github/workflows/build_tests_action.yml index ee4ecef0..e4cfa05f 100644 --- a/.github/workflows/build_tests_action.yml +++ b/.github/workflows/build_tests_action.yml @@ -23,7 +23,7 @@ jobs: - name: Make gradlew executable run: chmod +x ./gradlew - name: Build and Test - run: ./gradlew generateTestSource test jacocoTestReport --info -Dfull_test_suite=true + run: ./gradlew generateTestSource test jacocoTestReport --info -Dfull_test_suite=true --no-daemon - name: Publish Test Result uses: EnricoMi/publish-unit-test-result-action@v1 @@ -32,7 +32,6 @@ jobs: with: files: build/test-results/**/*.xml fail_on: nothing - ignore_runs: true json_thousands_separator: . time_unit: milliseconds