Skip to content

Commit b74875d

Browse files
committed
df
1 parent 94aeb05 commit b74875d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123
swift-version: "6.1"
124124
- name: Build
125125
run: swift build -c release
126+
- name: Check free disk space
127+
run: df -h
126128
- name: Test
127129
run: |
128130
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.0/spark-4.0.0-bin-hadoop3.tgz?action=download

0 commit comments

Comments
 (0)