Skip to content

Commit

Permalink
Try free disk space action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Jun 19, 2023
1 parent 0b5ac33 commit b81b548
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: checkout project
uses: actions/checkout@v2

- name: free disk space
uses: jlumbroso/free-disk-space@main

- name: set env variables
uses: ./.github/workflows/composites/env-variables

Expand Down Expand Up @@ -111,6 +114,9 @@ jobs:
- name: checkout project
uses: actions/checkout@v2

- name: free disk space
uses: jlumbroso/free-disk-space@main

- name: set env variables
uses: ./.github/workflows/composites/env-variables

Expand Down

0 comments on commit b81b548

Please sign in to comment.