Skip to content

Commit cc52a8a

Browse files
committed
ensure pre-commit and docker builds pass in tests
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 2f26c14 commit cc52a8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ jobs:
207207
# This steps checks the status of all test jobs and fails if any of them failed or were cancelled.
208208
# It is a workaround for the lack of a built-in feature to finalize a pipeline by checking the status of multiple jobs
209209
needs: # List all your run-*-test jobs
210+
- pre-commit
211+
- get-pr-labels
212+
- build-bionemo-image
210213
- run-tests
211214
- run-slow-tests
212215
- run-notebooks-docs

0 commit comments

Comments
 (0)