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 816703c commit 5d7bc72Copy full SHA for 5d7bc72
.github/workflows/test-monai-deploy-express.yml
@@ -69,6 +69,7 @@ jobs:
69
run: |
70
CONTAINER_ID=$(docker container list -a -n 1 -q)
71
docker container list -a | grep alpine
72
+ echo "Container ID: $CONTAINER_ID"
73
docker logs $CONTAINER_ID
74
test 2 -eq $(docker logs $CONTAINER_ID | grep "1.3.6.1.4.1.23438.1.1.1.dcm" | wc -l)
75
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