Skip to content

Commit 5cf9129

Browse files
committed
maximize-build-space
Signed-off-by: Kareem Farid <[email protected]>
1 parent 1aa8c7f commit 5cf9129

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ jobs:
77
Test:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Maximize build space
11+
uses: easimon/maximize-build-space@master
12+
with:
13+
remove-dotnet: "true"
14+
remove-android: "true"
15+
remove-haskell: "true"
16+
remove-codeql: "true"
17+
remove-docker-images: "true"
18+
root-reserve-mb: 20480
1019
- uses: actions/checkout@v4
1120
- uses: ./.github/actions/setup-dependencies
1221
name: Install Cached Dependencies
@@ -37,6 +46,7 @@ jobs:
3746
echo "# RTL Simulation Result:\n\n$summary" >> $GITHUB_STEP_SUMMARY
3847
cnt=$(grep -c "failed" "$GITHUB_WORKSPACE/verilog/dv/cocotb/sim/CI/runs.log")
3948
if [[ $cnt -ne 1 ]]; then exit 1; fi
49+
rm -rf $GITHUB_WORKSPACE/verilog/dv/cocotb/sim/CI
4050
- name: Debug
4151
if: always()
4252
run: |

0 commit comments

Comments
 (0)