Skip to content

Commit 6438e91

Browse files
GHA: fix issue with space in gha
on x86 tests on github action runner there was issue with too little space Signed-off-by: Robert Gałat <[email protected]>
1 parent 585ce8e commit 6438e91

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@ jobs:
129129
run: |
130130
cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
131131
132+
- name: Cleanup
133+
run: |
134+
rm -rf sidewalk
135+
rm -rf zephyr
136+
rm -rf nrf
137+
rm -rf test
138+
rm -rf tools
139+
rm -rf nrfxlib
140+
rm -rf modules
132141
133142
build-and-test_on_hw:
134143
needs: [discover_targets]

0 commit comments

Comments
 (0)