Skip to content

Commit 16077c6

Browse files
authored
[chore] run free disk script in scoped-test (#44399)
#### Description Still saw failures occasionally in scoped-test due to not enough device space so apply the script too. Similar to #44351
1 parent b7f259a commit 16077c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scoped-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
echo "go_sources: ${{ needs.changedfiles.outputs.go_sources }}"
7070
echo "go_tests: ${{ needs.changedfiles.outputs.go_tests }}"
7171
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
72+
- run: ./.github/workflows/scripts/free-disk-space.sh
7273
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
7374
id: go-setup
7475
with:

0 commit comments

Comments
 (0)