Skip to content

Commit

Permalink
added Log the test result 2
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetsharma21 committed Oct 11, 2024
1 parent 8920822 commit d7453cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sklearnserver-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,7 @@ jobs:
needs: [test, retry]
steps:
- name: Log test result
run: echo "Test job result: ${{ needs.test.result }}"
run: |
echo "Test job result: ${{ needs.test.result }}"
echo "Retry job result: ${{ needs.retry.result }}"

0 comments on commit d7453cb

Please sign in to comment.