Skip to content

Commit 9400091

Browse files
committed
ci: added echo statements
1 parent 3897fcf commit 9400091

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,11 @@ jobs:
127127

128128
- name: stop and remove all docker containers
129129
run: |
130+
echo "Stopping all running containers..."
130131
docker stop $(docker ps -a -q)
132+
echo "Removing all running containers..."
131133
docker rm $(docker ps -a -q)
134+
echo "Done!"
132135
133136
# - name: start MongoDB docker
134137
# run: |

0 commit comments

Comments
 (0)