We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba78958 commit 816703cCopy full SHA for 816703c
.github/workflows/test-monai-deploy-express.yml
@@ -63,11 +63,12 @@ jobs:
63
run: |
64
curl -L -o sample.dcm "https://github.com/fo-dicom/fo-dicom/raw/refs/heads/development/Tests/FO-DICOM.Tests/Test%20Data/GH1146.dcm"
65
storescu -v -aet ORTHANC -aec MONAI-DEPLOY localhost 104 sample.dcm
66
- sleep 10
+ sleep 30s
67
68
- name: Verify Hello World Workflow Output
69
70
CONTAINER_ID=$(docker container list -a -n 1 -q)
71
+ docker container list -a | grep alpine
72
docker logs $CONTAINER_ID
73
test 2 -eq $(docker logs $CONTAINER_ID | grep "1.3.6.1.4.1.23438.1.1.1.dcm" | wc -l)
74
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