Skip to content

Commit aeb3581

Browse files
authored
echo jobs status
1 parent 364a703 commit aeb3581

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,8 @@ jobs:
113113
runs-on: ubuntu-latest
114114
needs: [pre_job, develop, build]
115115
steps:
116+
117+
- run: |
118+
echo ${{ needs.*.status }}
116119
- if: needs.pre_job.outputs.should_skip_develop != 'true' && needs.pre_job.outputs.should_skip_pr != 'true' && contains(needs.*.status, 'failure')
117120
run: exit 1

0 commit comments

Comments
 (0)