diff --git a/.github/workflows/test-monai-deploy-express.yml b/.github/workflows/test-monai-deploy-express.yml index 6740496..8a9e49b 100644 --- a/.github/workflows/test-monai-deploy-express.yml +++ b/.github/workflows/test-monai-deploy-express.yml @@ -48,7 +48,7 @@ jobs: run: | # sudo apt install dcmtk # storescu -v +r +sd -aec ORTHANC localhost 4242 sample-workflows/ci-test-files/IMG0001.dcm - curl -X POST http://localhost:8042/instances --data-binary @sample-workflows/ci-test-files/IMG0002.dcm + curl -X POST http://localhost:8042/instances --data-binary "@sample-workflows/ci-test-files/IMG0002.dcm" curl --request POST --header 'Content-Type: application/json' --data @sample-workflows/hello-world.json http://localhost:5001/workflows - name: Collect Logs