Skip to content

Commit

Permalink
Refine cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaeger committed Sep 10, 2024
1 parent 5b9e77e commit 5431eb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pydesigner_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,6 @@ jobs:
path: ./test_results/coverage.xml

- name: Clean up
run: docker rm test-container
run: |
docker container rm pydesigner-test-container
docker image rm pydesigner-test

0 comments on commit 5431eb6

Please sign in to comment.