Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Remove docker containers as well
Browse files Browse the repository at this point in the history
  • Loading branch information
baluchicken committed Mar 4, 2024
1 parent f5c9fb9 commit e67f230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/smoketest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ runs:
echo "Stop processes"
sudo kill -9 $(jobs -p)
sudo pkill -9 camblet
docker kill $(docker ps -q)
- name: Kernel log
if: always()
Expand Down

0 comments on commit e67f230

Please sign in to comment.