Skip to content

Commit

Permalink
upload emulator logs too
Browse files Browse the repository at this point in the history
  • Loading branch information
aarsilv committed Oct 25, 2023
1 parent 606008e commit f811529
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,14 @@ jobs:
script: |
echo "Emulator started"
./gradlew connectedCheck
- name: Upload Failing Test Report Log
if: always()
uses: actions/upload-artifact@v2
with:
name: emulator logs
path: app/emulator.log # path to where the log is
- name: Upload logs
if: always() # This ensures the logs are uploaded even if previous step fails
if: always()
uses: actions/upload-artifact@v2
with:
name: report
Expand Down

0 comments on commit f811529

Please sign in to comment.