Skip to content

Commit ce7a303

Browse files
authored
Merge pull request #792 from SimonMarquis/gmd
Update GMD workflow
2 parents c57fb78 + b7cb973 commit ce7a303

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/Build.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,16 @@ jobs:
197197
run: ./gradlew packageDemoDebug packageDemoDebugAndroidTest
198198

199199
- name: Run instrumented tests with GMD
200-
run: ./gradlew cleanManagedDevices --unused-only &&
201-
./gradlew ciDemoDebugAndroidTest -Dorg.gradle.workers.max=1
200+
run: ./gradlew ciDemoDebugAndroidTest --no-parallel --max-workers=1
202201
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
203202

204203
- name: Upload test reports
205204
if: success() || failure()
206205
uses: actions/upload-artifact@v3
207206
with:
208-
name: test-reports
207+
name: test-reports-GMD
209208
path: '**/build/reports/androidTests'
209+
210+
- name: Print disk space usage
211+
if: failure()
212+
run: df -h

0 commit comments

Comments
 (0)