From 2c461f3aea2d6ed60844d9ebf3d82f27a97bc165 Mon Sep 17 00:00:00 2001 From: JHancox <48477639+JHancox@users.noreply.github.com> Date: Fri, 31 May 2024 12:30:16 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-monai-deploy-express.yml b/.github/workflows/test-monai-deploy-express.yml index 346ccb8..9280944 100644 --- a/.github/workflows/test-monai-deploy-express.yml +++ b/.github/workflows/test-monai-deploy-express.yml @@ -50,8 +50,8 @@ 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 --request POST --header 'Content-Type: application/json' --data @sample-workflows/hello-world.json http://localhost:5001/workflows + curl -X POST http://localhost:8042/instances --data-binary "@deploy/monai-deploy-express/sample-workflows/ci-test-files/IMG0002.dcm" + curl --request POST --header 'Content-Type: application/json' --data @deploy/monai-deploy-express/sample-workflows/hello-world.json http://localhost:5001/workflows - name: Collect Logs working-directory: ./deploy/monai-deploy-express