Skip to content

Commit 37918fb

Browse files
authored
Fix swap allocation in integration test (#3972)
* Check free space prior to offing swap * Get hint about packages disk usage * Comment self-hosted installation to speed up * Revert "Comment self-hosted installation to speed up" This reverts commit 257e57f. * Comment self-hosted installation * Revert "Comment self-hosted installation" This reverts commit f22beff. * Revert "Get hint about packages disk usage" This reverts commit f4fd43c. * Remove jdk packages and their depended ons * Remove man-db * Remove microsoft packages * Remove php packages * Cleanup runner image prior to everything * Remove all *jre* packages * Remove jdk packages more aggressively * Remove haskell directory * Remove df -h commands
1 parent 0ffcf0e commit 37918fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ runs:
4242
echo "COMPOSE_PROFILES=$COMPOSE_PROFILES" >> ${{ github.action_path }}/.env
4343
fi
4444
45+
- name: Cleanup runner image
46+
shell: bash
47+
run: |
48+
### Inspired by https://github.com/endersonmenezes/free-disk-space ###
49+
sudo rm -rf /usr/local/.ghcup
50+
4551
- name: Setup dev environment
4652
shell: bash
4753
run: |

0 commit comments

Comments
 (0)