We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3524ca commit 31a99f4Copy full SHA for 31a99f4
1 file changed
‎.github/workflows/build.yml‎
@@ -9,7 +9,6 @@ env:
9
ELECTRON_CACHE_DIR: ${{ github.workspace }}
10
FAILURE_LOG: true
11
12
-
13
permissions:
14
contents: write
15
pull-requests: write
@@ -90,6 +89,10 @@ jobs:
90
89
uses: actions/download-artifact@v4
91
with:
92
name: ${{ github.sha }}
+ - name: Check disk space
93
+ run: |
94
+ df -h
95
+ df -i
96
- name: Run E2E Tests
97
timeout-minutes: 10
98
run: yarn e2e --shard=${{ matrix.shard }}/4
0 commit comments