Skip to content

Commit 7f8d3d0

Browse files
committed
Revert "TEST - added df command"
This reverts commit 1f38756.
1 parent 1f38756 commit 7f8d3d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
rustup target add wasm32-unknown-unknown --toolchain stable-aarch64-apple-darwin
3838
rustup component add rust-src --toolchain stable-aarch64-apple-darwin
3939
40-
- run: df
41-
if: contains(matrix.os, 'macos')
42-
4340
# We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way.
4441
- name: Free Disk Space (Ubuntu)
4542
if: contains(matrix.os, 'ubuntu')
@@ -71,9 +68,6 @@ jobs:
7168
run: SKIP_WASM_BUILD=1 cargo doc --workspace --no-deps
7269
timeout-minutes: 15
7370

74-
- run: df
75-
if: contains(matrix.os, 'macos')
76-
7771
build-docker:
7872
runs-on: ubuntu-latest
7973
steps:

0 commit comments

Comments
 (0)