From e402ac2d4b41236b0c7c72345b535b30e3d5b72d Mon Sep 17 00:00:00 2001 From: JHancox <48477639+JHancox@users.noreply.github.com> Date: Fri, 31 May 2024 10:35:04 +0100 Subject: [PATCH] Update test-monai-deploy-express.yml Signed-off-by: JHancox <48477639+JHancox@users.noreply.github.com> --- .github/workflows/test-monai-deploy-express.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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