Skip to content

Commit 1a82d32

Browse files
ci: Prune docker after ghidra tests
1 parent ef42471 commit 1a82d32

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
DOCKER_BUILDKIT=1 docker build -t trailofbits/decompile-test:latest -f test/decompile-test.dockerfile . && \
3838
docker run trailofbits/decompile-test
3939
40+
- name: Clean up Docker artifacts
41+
if: always()
42+
run: |
43+
docker system prune -af --volumes
44+
4045
llvm-build-and-test:
4146
needs: ghidra-script-tests
4247
strategy:

0 commit comments

Comments
 (0)