From 145416a3c5a5017522882fe294e81732d8f49766 Mon Sep 17 00:00:00 2001 From: JHancox <48477639+JHancox@users.noreply.github.com> Date: Thu, 30 May 2024 11:58:15 +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 c75c5de..f2dad44 100644 --- a/.github/workflows/test-monai-deploy-express.yml +++ b/.github/workflows/test-monai-deploy-express.yml @@ -44,9 +44,9 @@ jobs: curl http://localhost:5002/health - name: Test Job - continue-on-error: true + continue-on-error: false run: | - curl -X POST http://localhost:8042/instances --data-binary ./deploy/monai-deploy-express/sample-workflows/ci-test-files/*.dcm + curl -X POST http://localhost:8042/instances --data-binary ./deploy/monai-deploy-express/sample-workflows/ci-test-files/IMG0001.dcm curl --request POST --header 'Content-Type: application/json' --data "@sample-workflows/hello-world.json" http://localhost:5001/workflows - name: Collect Logs