Skip to content

Commit 4fb414b

Browse files
committed
[action,fix]: no need to stream logs;
get the logs and move ahead to shutdown
1 parent 22a3d00 commit 4fb414b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-the-echosystem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- name: Shutdown after 3 minutes
1919
run: |
2020
sleep 180
21-
docker compose logs -f
21+
docker compose logs
2222
docker compose down -v

0 commit comments

Comments
 (0)