diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef8c2711d..9eff0c767 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,3 +65,11 @@ jobs: - name: Check without integration if: matrix.os == 'macOS-latest' run: ./gradlew build -x jvmTest + + # Store test results for debugging + - name: Store test results + uses: actions/upload-artifact@v3 + with: + name: test results + path: build/reports + retention-days: 1