Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit beabe84

Browse files
Adding space check
1 parent e289156 commit beabe84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
install: true
3939
driver: docker
4040
platforms: linux/amd64,linux/arm64
41+
- name: Checking space
42+
run: df -h
4143
- name: Install dependencies
4244
run: yarn install --check-files
4345
- name: build

0 commit comments

Comments
 (0)