From d091787eaf2a0afd271495cc98a473551507cb4e Mon Sep 17 00:00:00 2001 From: Paul Klauser Date: Mon, 3 Jun 2024 10:41:32 -0400 Subject: [PATCH] Remove upload artifact step using older version We weren't doing anything with these results anyway --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41cdca39..665ad74a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,13 +25,6 @@ jobs: - name: Run Unit Tests run: ./gradlew testDebug - - name: Upload test results - if: always() - uses: actions/upload-artifact@v3 - with: - name: test-results - path: app/build/reports/ - - name: Assemble env: VERSION_CODE: ${{ github.run_number }}