From cb1e6e61cf9c4d1939e19a86eec7902e5c70f23d Mon Sep 17 00:00:00 2001 From: Mohammad Zaki Date: Sun, 10 Mar 2024 19:40:20 +0530 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9529038..6a30ce3 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -35,3 +35,12 @@ jobs: - name: Run tests run: ./gradlew test + + - name: Store reports + if: failure() + uses: actions/upload-artifact@v3 + with: + name: reports + path: | + **/build/reports/ + **/build/test-results/