Skip to content

Commit 8537d08

Browse files
remove timeout code
1 parent c935a16 commit 8537d08

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-
timeout 10s docker logs -f springboot-container
49+
docker logs --tail 50 springboot-container
5050
5151
# Optionally, stop the container after the test
5252
- name: Stop the Docker container

0 commit comments

Comments
 (0)