From e45492063bc73e65b00f56bd309985b01a39531e Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Tue, 20 Feb 2024 23:27:19 +0200 Subject: [PATCH] Remove disk info prints [skip ci] --- .github/workflows/pr_test_build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr_test_build.yml b/.github/workflows/pr_test_build.yml index 484cd69f2..8919df349 100644 --- a/.github/workflows/pr_test_build.yml +++ b/.github/workflows/pr_test_build.yml @@ -46,9 +46,6 @@ jobs: docker-images: true swap-storage: true - - name: Get storage info - run: sudo df -h - - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: @@ -174,9 +171,6 @@ jobs: - name: Rename app run: echo -e "id=com.cakewallet.test\nname=${{ env.BRANCH_NAME }}" > /opt/android/cake_wallet/android/app.properties - - name: Get storage info - run: sudo df -h - - name: Build run: | cd /opt/android/cake_wallet