We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2a779 commit ca7c5daCopy full SHA for ca7c5da
1 file changed
.github/workflows/unit-tests-recipes.yml
@@ -102,6 +102,7 @@ jobs:
102
DIRS_WITH_IMAGES=$(echo "$DIRS" | jq -c '
103
map({
104
dir: .,
105
+ name: (. | sub("^bionemo-recipes/"; "")),
106
image: (
107
if . == "bionemo-recipes/models/amplify" then
108
"svcbionemo023/bionemo-framework:amplify-model-devcontainer-082025"
@@ -129,7 +130,7 @@ jobs:
129
130
needs: changed-dirs
131
runs-on: linux-amd64-gpu-l4-latest-1
132
if: ${{ needs.changed-dirs.outputs.dirs != '[]' }}
- name: "unit-tests (${{ replace(matrix.recipe.dir, 'bionemo-recipes/', '') }})"
133
+ name: "unit-tests (${{ matrix.recipe.name }})"
134
container:
135
image: ${{ matrix.recipe.image }}
136
options: --shm-size=16G
0 commit comments