Skip to content

Commit 816703c

Browse files
committed
more logs
Signed-off-by: Victor Chang <[email protected]>
1 parent ba78958 commit 816703c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-monai-deploy-express.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ jobs:
6363
run: |
6464
curl -L -o sample.dcm "https://github.com/fo-dicom/fo-dicom/raw/refs/heads/development/Tests/FO-DICOM.Tests/Test%20Data/GH1146.dcm"
6565
storescu -v -aet ORTHANC -aec MONAI-DEPLOY localhost 104 sample.dcm
66-
sleep 10
66+
sleep 30s
6767
6868
- name: Verify Hello World Workflow Output
6969
run: |
7070
CONTAINER_ID=$(docker container list -a -n 1 -q)
71+
docker container list -a | grep alpine
7172
docker logs $CONTAINER_ID
7273
test 2 -eq $(docker logs $CONTAINER_ID | grep "1.3.6.1.4.1.23438.1.1.1.dcm" | wc -l)
7374
test 1 -eq $(docker logs $CONTAINER_ID | grep "1.3.6.1.4.1.23438.1.1.1.dcm.json" | wc -l)

0 commit comments

Comments
 (0)