Skip to content

Commit 761a220

Browse files
deploy yml file updated
1 parent 628fe30 commit 761a220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Print Docker container logs
4747
run: |
4848
echo "Fetching logs from the Docker container..."
49-
docker logs springboot-container
49+
timeout 60s docker logs -f springboot-container
5050
5151
# Optionally, stop the container after the test
5252
- name: Stop the Docker container

0 commit comments

Comments
 (0)