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 31, 2024
1 parent cf8c12b commit e402ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e402ac2

Please sign in to comment.