File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
# run: ./gradlew nexus9api29atdMockDebugAndroidTest
140
140
141
141
- name : Run all tests pixel 2 api 30 ATD
142
- working-directory : ${{ env.SAMPLE_PATH }}
142
+ working-directory : .
143
143
run : ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=2 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
144
144
145
145
- name : Upload emulator logs
@@ -148,13 +148,11 @@ jobs:
148
148
with :
149
149
name : emulator-logs
150
150
path : |
151
- ${{ env.SAMPLE_PATH }}/app/build/outputs/androidTest-results/managedDevice/**
152
- !${{ env.SAMPLE_PATH }}/**/*:*.xml
153
- !${{ env.SAMPLE_PATH }}/**/*|*
151
+ app/build/outputs/androidTest-results/managedDevice/**
154
152
155
153
- name : Upload test reports
156
154
if : always()
157
155
uses : actions/upload-artifact@v2
158
156
with :
159
157
name : test-reports
160
- path : ${{ env.SAMPLE_PATH }}/ app/build/reports/androidTests/managedDevice/
158
+ path : app/build/reports/androidTests/managedDevice/
You can’t perform that action at this time.
0 commit comments