Skip to content

Commit

Permalink
fix: delete docker image after unit tests in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZh6 committed Sep 29, 2024
1 parent 9f8e616 commit 32a818a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ jobs:

- name: Clean up build packages
run: mvn clean

- name: Clean docker images
run: docker image prune

0 comments on commit 32a818a

Please sign in to comment.