diff --git a/.github/workflows/tests_unit.yml b/.github/workflows/tests_unit.yml index 72ac34e1a9..8cbb3e7f6d 100644 --- a/.github/workflows/tests_unit.yml +++ b/.github/workflows/tests_unit.yml @@ -92,7 +92,9 @@ jobs: arguments: jacocoUnitTestReport --daemon - name: Store Logcat as Artifact - if: failure() + # cancelled() handles test timeouts + # remove when test timeouts cause a failure() + if: failure() || cancelled() uses: actions/upload-artifact@v3 with: name: logcat-${{ matrix.name }}