We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5023df2 commit 3e88de9Copy full SHA for 3e88de9
.github/workflows/TestConfigurationSample.yaml
@@ -109,3 +109,12 @@ jobs:
109
with:
110
name: test-reports
111
path: ${{ env.SAMPLE_PATH }}/app/build/reports/androidTests
112
+
113
+ - name: Upload emulator logs
114
+ if: failure()
115
+ uses: actions/upload-artifact@v2
116
+ with:
117
+ name: emulator-logs
118
+ path: |
119
+ ${{ env.SAMPLE_PATH }}/app/build/outputs/androidTest-results/managedDevice/
120
+ !{{ env.SAMPLE_PATH }}/**/*:*.xml
0 commit comments