Skip to content

Commit

Permalink
free up disk space before tests
Browse files Browse the repository at this point in the history
These tests seem to occasionally run out of disk space.  Free up some
space before running them to avoid that.
  • Loading branch information
tgummerer committed Mar 4, 2024
1 parent 6d6f4a5 commit 96a3ebc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ jobs:
repo: gotesttools/gotestfmt
- name: Get dependencies
run: make ensure
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
swap-storage: false
- if: contains(matrix.platform, 'windows')
name: Running Windows tests
shell: bash
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/run-templates-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ jobs:
repo: gotesttools/gotestfmt
- name: Get dependencies
run: make ensure
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
swap-storage: false - if: contains(matrix.platform, 'windows')
- if: contains(matrix.platform, 'windows')
name: Running Windows tests
shell: bash
Expand Down

0 comments on commit 96a3ebc

Please sign in to comment.