Clear docker cache after building in CI

We're at the CI storage limits, so hopefully this helps.
This commit is contained in:
Luke Parker
2023-07-25 21:09:36 -04:00
parent 61d46dccd4
commit 4949793c3f
4 changed files with 20 additions and 6 deletions

View File

@@ -37,4 +37,4 @@ jobs:
github-token: ${{ inputs.github-token }}
- name: Run processor Docker tests
run: cd tests/processor && cargo test
run: cd tests/processor && GITHUB_CI=true cargo test