Skip to content

Commit dbd59ce

Browse files
committed
clean up script location
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent e0b4260 commit dbd59ce

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
!.github/**
4343
!.gitignore
4444
!.devcontainer/**
45+
!ci/scripts/recipes_local_test.py
4546
.github/workflows/unit-tests-framework.yml
4647
4748
- name: Show output

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
# Convert JSON array to space-separated arguments
121121
DIRS_ARGS=$(echo "$DIRS_JSON" | jq -r '.[]' | tr '\n' ' ')
122-
./ci/recipes_local_test.py $DIRS_ARGS
122+
./ci/scripts/recipes_local_test.py $DIRS_ARGS
123123
124124
verify-recipe-tests:
125125
# This job checks the status of the unit-tests matrix and fails if any matrix job failed or was cancelled.

0 commit comments

Comments
 (0)