Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update regression_test.yml
Browse files Browse the repository at this point in the history
xiaocq2001 authored Nov 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 61d13fa commit 777971f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ jobs:
echo tests_to_run: ${{ inputs.tests_to_run }}
echo skip_coverage: ${{ inputs.skip_coverage }}
echo coverage_name: ${{ inputs.coverage_name }}
run_tests:
permissions:
contents: read
@@ -44,7 +45,7 @@ jobs:
uses: xiaocq2001/threadx/.github/workflows/regression_template.yml@chxiao/test_workflow
with:
cmake_path: './test/cmake/usbx'
build_script: './scripts/build.sh ${{ inputs.tests_to_run }}'
test_script: './scripts/test.sh ${{ inputs.tests_to_run }}'
coverage_name: '${{ inputs.coverage_name }}'
skip_coverage: ${{ !!inputs.skip_coverage }}
build_script: './scripts/build.sh ${{ inputs.tests_to_run:-default_build_coverage }}'
test_script: './scripts/test.sh ${{ inputs.tests_to_run:-default_build_coverage }}'
coverage_name: '${{ inputs.tests_to_run:-default_build_coverage }}'
skip_coverage: ${{ !!inputs.skip_coverage:-false }}

0 comments on commit 777971f

Please sign in to comment.