Skip to content

Commit

Permalink
GitHub Actions: Integration tests — add Maximize Build Space step
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed May 18, 2024
1 parent ac9f895 commit 1444da9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/reusable-integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:

steps:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
if: runner.os == 'Linux'
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false

- name: Fetch Sources
uses: actions/checkout@v4

Expand Down

0 comments on commit 1444da9

Please sign in to comment.