Skip to content

Commit ca7c5da

Browse files
committed
try setting name in previous step
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 6a2a779 commit ca7c5da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
DIRS_WITH_IMAGES=$(echo "$DIRS" | jq -c '
103103
map({
104104
dir: .,
105+
name: (. | sub("^bionemo-recipes/"; "")),
105106
image: (
106107
if . == "bionemo-recipes/models/amplify" then
107108
"svcbionemo023/bionemo-framework:amplify-model-devcontainer-082025"
@@ -129,7 +130,7 @@ jobs:
129130
needs: changed-dirs
130131
runs-on: linux-amd64-gpu-l4-latest-1
131132
if: ${{ needs.changed-dirs.outputs.dirs != '[]' }}
132-
name: "unit-tests (${{ replace(matrix.recipe.dir, 'bionemo-recipes/', '') }})"
133+
name: "unit-tests (${{ matrix.recipe.name }})"
133134
container:
134135
image: ${{ matrix.recipe.image }}
135136
options: --shm-size=16G

0 commit comments

Comments
 (0)