Commit 80ffa63 1 parent f58aa71 commit 80ffa63 Copy full SHA for 80ffa63
File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 36
36
- name : Build project
37
37
run : ./gradlew spotlessCheck assembleMockDebug assembleProdDebug testMockDebugUnitTest testProdDebugUnitTest --stacktrace
38
38
39
- - name : Upload build reports
40
- if : always()
41
- uses : actions/upload-artifact@v2
42
- with :
43
- name : build-reports
44
- path : app/build/reports/
39
+
45
40
46
41
# test:
47
42
# needs: build
@@ -142,6 +137,13 @@ jobs:
142
137
working-directory : .
143
138
run : ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=2 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
144
139
140
+ - name : Upload build reports
141
+ if : always()
142
+ uses : actions/upload-artifact@v2
143
+ with :
144
+ name : build-reports
145
+ path : app/build/reports/
146
+
145
147
- name : Upload emulator logs
146
148
if : failure()
147
149
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments