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 4, 2024
1 parent 8aae041 commit 077658d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,18 @@ jobs:
if [[ $SIZE < 32 ]]; then
echo "WID=false" >> "$GITHUB_ENV"
echo "No WorkflowID"
exit 1
else
echo "WID=true" >> "$GITHUB_ENV"
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: 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
Expand Down

0 comments on commit 077658d

Please sign in to comment.