forked from Imagelibrary/threadx
Fix cmake path and add deploy url affix
This commit is contained in:
6
.github/workflows/regression_template.yml
vendored
6
.github/workflows/regression_template.yml
vendored
@@ -21,6 +21,10 @@ on:
|
||||
default: './test/cmake'
|
||||
required: false
|
||||
type: string
|
||||
deploy_url_affix:
|
||||
default: ''
|
||||
required: false
|
||||
type: string
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
@@ -112,7 +116,7 @@ jobs:
|
||||
needs: run_tests
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
url: ${{ steps.deployment.outputs.page_url }}${{ inputs.deploy_url_affix }}
|
||||
permissions:
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
3
.github/workflows/regression_test.yml
vendored
3
.github/workflows/regression_test.yml
vendored
@@ -16,4 +16,5 @@ jobs:
|
||||
with:
|
||||
build_script: ./scripts/build_tx.sh
|
||||
test_script: ./scripts/test_tx.sh
|
||||
cmake_path: ./test/tx
|
||||
cmake_path: ./test/tx/cmake
|
||||
deploy_url_affix: tx/
|
||||
Reference in New Issue
Block a user