Add affix to titles of steps

This commit is contained in:
TiejunZhou
2023-11-23 03:27:03 +00:00
parent babe89de24
commit b3c03e5e32
2 changed files with 9 additions and 2 deletions

View File

@@ -18,10 +18,12 @@ jobs:
test_script: ./scripts/test_tx.sh
cmake_path: ./test/tx/cmake
deploy_url_affix: tx/
result_affix: ThreadX
tx_smp:
uses: ./.github/workflows/regression_template.yml
with:
build_script: ./scripts/build_smp.sh
test_script: ./scripts/test_smp.sh
cmake_path: ./test/smp/cmake
deploy_url_affix: smp/
deploy_url_affix: smp/
result_affix: SMP