Skip to content

Commit

Permalink
ci: Add bazel cache
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Aug 2, 2024
1 parent c8fe15a commit 251093d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/verify-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
sudo systemctl start docker
if: steps.cache.outputs.cache-hit != 'true'
- run: |
du -ch ${HOME}
- run: |
sudo apt-get update
sudo apt-get -qq install -y --no-install-recommends expect gettext yq whois
Expand All @@ -57,6 +61,9 @@ jobs:
--sandbox_writable_path="${HOME}/.docker/" \
--sandbox_writable_path=$HOME :verify_examples
- run: |
du -ch ${HOME}
- run: |
sudo systemctl stop docker docker.socket
TEMPDIR=/cache/docker
Expand Down

0 comments on commit 251093d

Please sign in to comment.