Skip to content

Commit 972c596

Browse files
[TestConfigurationSample] Provide emulator logs as artifact on failing build
1 parent 2a4b086 commit 972c596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TestConfigurationSample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ jobs:
116116
with:
117117
name: emulator-logs
118118
path: |
119-
${{ env.SAMPLE_PATH }}/app/build/outputs/androidTest-results/managedDevice/
119+
${{ env.SAMPLE_PATH }}/app/build/outputs/androidTest-results/managedDevice/**
120120
!${{ env.SAMPLE_PATH }}/**/*:*.xml
121121
!${{ env.SAMPLE_PATH }}/**/*|*

0 commit comments

Comments
 (0)