Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Sep 29, 2024
1 parent 892e75a commit 84584fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
name: Unit Test
runs-on: ubuntu-22.04
steps:
- name: Clean docker images
run: docker image prune

- name: Checkout
uses: actions/checkout@v4

Expand Down Expand Up @@ -123,6 +126,3 @@ jobs:

- name: Clean up build packages
run: mvn clean

- name: Clean docker images
run: docker image prune

0 comments on commit 84584fd

Please sign in to comment.