fix issue #1140 delete image after e2e test

This commit is contained in:
yangsoon
2021-03-08 11:24:42 +08:00
parent 8ceb64d16c
commit 740b85c6e1
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -116,6 +116,10 @@ jobs:
- name: Run e2e tests
run: make e2e-test
- name: Cleanup image
if: ${{ always() }}
run: make image-cleanup
staticcheck:
runs-on: ubuntu-20.04