-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11dadb3
commit 302a9b3
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Free Disk Space | ||
# For some reason the original job (libp2p/test-plans) has enough disk space, but this one doesn't. | ||
# For some reason we have space issues while running this action. Likely while building the image. | ||
# This action will free up some space to avoid the issue. | ||
uses: jlumbroso/[email protected] | ||
with: | ||
tool-cache: true | ||
|
@@ -42,7 +43,8 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Free Disk Space | ||
# For some reason the original job (libp2p/test-plans) has enough disk space, but this one doesn't. | ||
# For some reason we have space issues while running this action. Likely while building the image. | ||
# This action will free up some space to avoid the issue. | ||
uses: jlumbroso/[email protected] | ||
with: | ||
tool-cache: true | ||
|