Skip to content

Commit 2a249d0

Browse files
committed
Update job dependencies for the build.yml workflow
Add the `diagnostics` job as a dependency for the `test` job.
1 parent d8654e6 commit 2a249d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ jobs:
141141
uses: mxschmitt/action-tmate@v3
142142
if: env.RUN_TMATE
143143
test:
144+
needs:
145+
- diagnostics
144146
strategy:
145147
fail-fast: false
146148
matrix:

0 commit comments

Comments
 (0)