From f6cc39a71110ee93cfabed21b833a0316d68ff4e Mon Sep 17 00:00:00 2001 From: Matthew Nelson Date: Wed, 5 Feb 2025 06:29:50 -0500 Subject: [PATCH] remove error report uploads --- .github/workflows/CI.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cafd7b6..848d5ec 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,11 +47,3 @@ jobs: run: > ./gradlew check --stacktrace -PKMP_TARGETS="JS,JVM,MINGW_X64,WASM_JS,WASM_WASI" - - - name: Upload Test Reports - uses: actions/upload-artifact@v4 - if: ${{ always() }} - with: - name: test-report-${{ matrix.os }} - path: '**/build/reports/tests/**' - retention-days: 1