mirror of
https://github.com/azure-rtos/usbx.git
synced 2025-01-28 07:03:07 +08:00
Merge pull request #179 from ayedm1/usbx_github_action_issue
fix github usbx regression test action issue
This commit is contained in:
commit
6cd34fd4d3
4
.github/workflows/regression_test.yml
vendored
4
.github/workflows/regression_test.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
pages: 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:
|
||||
cmake_path: ./test/cmake/usbx
|
||||
build_script: ./scripts/build.sh ${{ inputs.tests_to_run }}
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
pages: 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:
|
||||
cmake_path: ./test/cmake/usbx
|
||||
build_script: ./scripts/build.sh all
|
||||
|
Loading…
x
Reference in New Issue
Block a user