-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3361 from GCTC-NTGC/workflow/troubleshoot-workflows
workflow troubleshooting (docker + e2e)
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 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 |
---|---|---|
|
@@ -33,6 +33,11 @@ jobs: | |
# Use buildkit to speed up docker command | ||
DOCKER_BUILDKIT: 1 | ||
steps: | ||
|
||
# See: https://github.com/satackey/action-docker-layer-caching/issues/139#issuecomment-1007316528 | ||
- name: reclaim space on runner | ||
run: rm -rf /usr/local/android /usr/share/dotnet /usr/local/share/boost /opt/ghc | ||
|
||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
||
|
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 |
---|---|---|
|
@@ -36,6 +36,11 @@ jobs: | |
DOCKER_BUILDKIT: 1 | ||
NPM_VERSION: '8.3.0' | ||
steps: | ||
|
||
# See: https://github.com/satackey/action-docker-layer-caching/issues/139#issuecomment-1007316528 | ||
- name: reclaim space on runner | ||
run: rm -rf /usr/local/android /usr/share/dotnet /usr/local/share/boost /opt/ghc | ||
|
||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
||
|