Skip to content

Commit

Permalink
feat: free disk space for Ansible Molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Feb 18, 2024
1 parent c729dcf commit 1e0c8bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ jobs:
name: Ansible
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false

- name: Check out repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 1e0c8bb

Please sign in to comment.