fix(workflow): clean up space on workflow runner machines (#9000)

This commit is contained in:
Ulf Gebhardt 2025-10-30 23:53:11 +01:00 committed by GitHub
parent 09327ddc01
commit 0280ac7201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,9 @@ jobs:
name: Fullstack | prepare cypress
runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.2