mirror of
https://github.com/izzy2lost/aab2apk.git
synced 2026-06-19 01:20:08 -07:00
Update workflow.yml
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user