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 Jun 5, 2024
1 parent 492c365 commit c139497
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
curl http://localhost:5002/health
- name: Get WorkflowID
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/IMG0002.dcm"
WORKFLOW_ID=$(curl --request POST --header 'Content-Type: application/json' --data @deploy/monai-deploy-express/sample-workflows/hello-world.json http://localhost:5001/workflows | jq '.workflow_id' )
Expand All @@ -60,13 +60,6 @@ jobs:
echo "WorkflowID Present"
fi
#- name: Test WorkflowID
# if: ${{ env.WID }} =='false'
# run: |
# echo ${{ env.WID }}
# echo "::error file={''},line={''},endLine={''},title={'Job Failed'}::{'No WorkflowID retured'}"
# exit 1

- name: Collect Logs
working-directory: ./deploy/monai-deploy-express
continue-on-error: true
Expand Down

0 comments on commit c139497

Please sign in to comment.