Skip to content

Commit 6a2a779

Browse files
committed
try using easier job names
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent f3fb904 commit 6a2a779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests-recipes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
needs: changed-dirs
130130
runs-on: linux-amd64-gpu-l4-latest-1
131131
if: ${{ needs.changed-dirs.outputs.dirs != '[]' }}
132+
name: "unit-tests (${{ replace(matrix.recipe.dir, 'bionemo-recipes/', '') }})"
132133
container:
133134
image: ${{ matrix.recipe.image }}
134135
options: --shm-size=16G
@@ -138,7 +139,6 @@ jobs:
138139
fail-fast: false
139140

140141
steps:
141-
142142
- name: Show GPU info
143143
run: nvidia-smi
144144
- name: Setup proxy cache

0 commit comments

Comments
 (0)