Skip to content

Commit 31a99f4

Browse files
committed
check disk space 🤣
1 parent d3524ca commit 31a99f4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎.github/workflows/build.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
ELECTRON_CACHE_DIR: ${{ github.workspace }}
1010
FAILURE_LOG: true
1111

12-
1312
permissions:
1413
contents: write
1514
pull-requests: write
@@ -90,6 +89,10 @@ jobs:
9089
uses: actions/download-artifact@v4
9190
with:
9291
name: ${{ github.sha }}
92+
- name: Check disk space
93+
run: |
94+
df -h
95+
df -i
9396
- name: Run E2E Tests
9497
timeout-minutes: 10
9598
run: yarn e2e --shard=${{ matrix.shard }}/4

0 commit comments

Comments
 (0)