Skip to content

Commit 8895c3e

Browse files
authored
Add initial disk cleanup action for nightly tests (#3014)
Add same action as was added in backend tests to nightly, to help with test stability following GitHub's recent infrastructure changes.
1 parent 8726851 commit 8895c3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/k3d-nightly-ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
module: ${{fromJSON(needs.collect-test-modules.outputs.matrix)}}
3131
fail-fast: false
3232
steps:
33+
- name: Initial Disk Cleanup
34+
uses: mathio/gha-cleanup@v1
35+
with:
36+
remove-browsers: true
37+
verbose: true
38+
3339
- name: Create k3d Cluster
3440
uses: AbsaOSS/k3d-action@v2
3541
with:

0 commit comments

Comments
 (0)