Skip to content

Commit

Permalink
add exit codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Aug 25, 2023
1 parent ef59ee9 commit 4a4777b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
# Use the customized job name in the workflow display
- name: Job Finished
if: always()
run: echo "Job finished: ${{ job.outputs.job_name }}"
run: |
echo "Job finished: ${{ job.outputs.job_name }}"

0 comments on commit 4a4777b

Please sign in to comment.