Skip to content

Commit 60f658e

Browse files
ci-cd.yml file updated.
1 parent d6da02e commit 60f658e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Print Docker container logs
5858
run: |
5959
echo "Fetching logs from the Docker container..."
60-
docker logs demospringboot-container
60+
docker logs -f demospringboot-container
6161
6262
# Optionally, stop the container after the test
6363
- name: Stop the Docker container

0 commit comments

Comments
 (0)