Update workflow.yml

This commit is contained in:
Mohammad Zaki
2024-03-10 19:40:20 +05:30
committed by GitHub
parent cd2c737785
commit cb1e6e61cf
+9
View File
@@ -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/