Skip to content

Commit d8d3e3b

Browse files
committed
Adds setop to clean up docker images
1 parent 797238a commit d8d3e3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515

16+
- name: Clean up docker images
17+
run: docker system prune -af
18+
1619
- name: Install tfx-cli
1720
run: npm install -g tfx-cli
1821

0 commit comments

Comments
 (0)