Skip to content

Commit

Permalink
🛠️ Use free-disk-space before running verification
Browse files Browse the repository at this point in the history
This change fixes 'No space left on
device'.
  • Loading branch information
lunakoly committed Jul 30, 2023
1 parent 6d1dbb7 commit eff7bcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@ jobs:
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}

# Prevent 'No space left on device'
# https://github.com/jlumbroso/free-disk-space
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false

# Run Verify Plugin task and IntelliJ Plugin Verifier tool
- name: Run Plugin Verification tasks
run: ./gradlew runPluginVerifier -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }}
Expand Down

0 comments on commit eff7bcc

Please sign in to comment.