Skip to content

Commit

Permalink
Update test-monai-deploy-express.yml
Browse files Browse the repository at this point in the history
Signed-off-by: JHancox <[email protected]>
  • Loading branch information
JHancox authored May 30, 2024
1 parent 2f806c8 commit 145416a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 145416a

Please sign in to comment.