Skip to content

Commit 364a703

Browse files
authored
echo jobs status
1 parent 552e8b4 commit 364a703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,7 @@ jobs:
234234
runs-on: ubuntu-latest
235235
needs: [pre_job, test]
236236
steps:
237+
- run: |
238+
echo ${{ needs.*.status }}
237239
- if: needs.pre_job.outputs.should_skip != 'true' && needs.pre_job.outputs.should_skip_pr != 'true' && contains(needs.*.status, 'failure')
238240
run: exit 1

0 commit comments

Comments
 (0)