Skip to content

Commit 7119286

Browse files
author
Danilo
committed
fix typo
1 parent 5f44222 commit 7119286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_child.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
run: |
4040
source .ci/hil/prepare_hil_framework.sh ${{ secrets.HIL_PAT_TOKEN }}
4141
export RESERVATION_NAME="https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID#rvc2-${{ inputs.flavor }}"
42-
exec hil_runner --models 'oak_d or oak_d_pro' --reservation-name $RESERVATION_NAME --wait --docker-image ${{ secrets.CONTAINER_REGISTRY }}/depthai-ros-hil:${{ needs.build_docker_container.outputs.tag }} --commands "/ws/src/depthai-ros/run_tests.sh"
42+
exec hil_runner --models 'oak_d or oak_d_pro' --reservation-name $RESERVATION_NAME --wait --docker-image ${{ secrets.CONTAINER_REGISTRY }}/depthai-ros-hil:${{ needs.build_docker_container.outputs.tag }} --commands "/ws/src/depthai-ros/run_hil_tests.sh"
4343

0 commit comments

Comments
 (0)