Skip to content

Commit 8b56fd3

Browse files
committed
Remove disk usage testing
Change-Id: I57bb3778dc41a7c21b8e923e05ee1c68eb15def3
1 parent 75a3295 commit 8b56fd3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/Build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,6 @@ jobs:
183183
- name: Build projects before running emulator
184184
run: ./gradlew packageDemoDebug packageDemoDebugAndroidTest
185185

186-
- name: Print available space
187-
run: df -h
188-
189-
- name: Print disk usage
190-
run: du -h -d 2 /
191-
192186
- name: Run instrumentation tests
193187
uses: reactivecircus/android-emulator-runner@v2
194188
with:

0 commit comments

Comments
 (0)