diff --git a/.github/workflows/gradle-build-pr.yml b/.github/workflows/gradle-build-pr.yml index 4add74b5..294149e9 100644 --- a/.github/workflows/gradle-build-pr.yml +++ b/.github/workflows/gradle-build-pr.yml @@ -22,5 +22,5 @@ jobs: - uses: actions/upload-artifact@v2 if: failure() with: - name: testreports - path: build/reports/tests \ No newline at end of file + name: wholebuild #testreports + path: build #build/reports/tests \ No newline at end of file