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 e2143bf commit 429544c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
continue-on-error: true
run: |
curl -X POST http://localhost:8042/instances --data-binary "@deploy/monai-deploy-express/sample-workflows/ci-test-files/IMG0002.dcm"
echo response = $(curl --request POST --header 'Content-Type: application/json' --data @deploy/monai-deploy-express/sample-workflows/hello-world.json http://localhost:5001/workflows)
echo w_id = {$response | jq -r '.workflow_id'}
echo sz = {#w_id}
echo $sz
WORKFLOW = $(curl --request POST --header 'Content-Type: application/json' --data @deploy/monai-deploy-express/sample-workflows/hello-world.json http://localhost:5001/workflows)
WORKFLOW_ID = {$WORKFLOW | jq -r '.workflow_id'}
echo $WORKFLOW_ID
SZ = {#WORKFLOW_ID}
echo $SZ
- name: Collect Logs
working-directory: ./deploy/monai-deploy-express
Expand Down

0 comments on commit 429544c

Please sign in to comment.