Skip to content

Commit

Permalink
Merge pull request #3361 from GCTC-NTGC/workflow/troubleshoot-workflows
Browse files Browse the repository at this point in the history
workflow troubleshooting (docker + e2e)
  • Loading branch information
vd1992 authored Jul 18, 2022
2 parents 1191dff + d51106d commit 420081e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 420081e

Please sign in to comment.