diff --git a/.github/workflows/test-monai-deploy-express.yml b/.github/workflows/test-monai-deploy-express.yml index 5aaa075..8464247 100644 --- a/.github/workflows/test-monai-deploy-express.yml +++ b/.github/workflows/test-monai-deploy-express.yml @@ -46,8 +46,8 @@ jobs: - name: Test Job continue-on-error: false run: | - curl -X POST http://localhost:8042/instances --data-binary "./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 + curl -X POST http://localhost:8042/instances --data-binary "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 working-directory: ./deploy/monai-deploy-express