Skip to content

Commit

Permalink
Merge branch 'main' into fix/add-input-addon-folder-name
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarasani-crest authored Sep 18, 2024
2 parents 5b535bc + 6107f32 commit 1f6e1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ echo "After argo submit $?"
echo 'WORKFLOW_NAME:' ${WORKFLOW_NAME}
echo "workflow-name=$(echo $WORKFLOW_NAME)" >> $GITHUB_OUTPUT

argo logs --follow ${WORKFLOW_NAME} -n ${2}
argo logs --follow ${WORKFLOW_NAME} -n ${2} || echo "... There was an error fetching the logs. The workflow is still in progress, and the tests are still running. The results will be available in the Test Report step. Please wait for the workflow to complete. ..."

0 comments on commit 1f6e1e1

Please sign in to comment.