Merge pull request #179 from ayedm1/usbx_github_action_issue

fix github usbx regression test action issue
This commit is contained in:
Frédéric Desbiens 2024-12-05 03:21:34 -05:00 committed by GitHub
commit 6cd34fd4d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ jobs:
pages: write pages: write
id-token: write id-token: write
uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
with: with:
cmake_path: ./test/cmake/usbx cmake_path: ./test/cmake/usbx
build_script: ./scripts/build.sh ${{ inputs.tests_to_run }} build_script: ./scripts/build.sh ${{ inputs.tests_to_run }}
@ -52,7 +52,7 @@ jobs:
pages: write pages: write
id-token: write id-token: write
uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
with: with:
cmake_path: ./test/cmake/usbx cmake_path: ./test/cmake/usbx
build_script: ./scripts/build.sh all build_script: ./scripts/build.sh all