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/