ci: Clean up apt cache and junk (#425)

This commit is contained in:
Shohei Ueda
2020-07-28 18:59:09 +09:00
committed by GitHub
parent 4cf5105929
commit 5d053d30d0
2 changed files with 8 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ jobs:
- run: docker-compose pull --quiet
if: github.event_name == 'pull_request'
- run: make build
- run: docker images
- run: make ci
- run: make all
- run: docker-compose push