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'
|
default: './test/cmake'
|
||||||
required: false
|
required: false
|
||||||
type: string
|
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
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
@@ -112,7 +116,7 @@ jobs:
|
|||||||
needs: run_tests
|
needs: run_tests
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}${{ inputs.deploy_url_affix }}
|
||||||
permissions:
|
permissions:
|
||||||
pages: write
|
pages: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|||||||
3
.github/workflows/regression_test.yml
vendored
3
.github/workflows/regression_test.yml
vendored
@@ -16,4 +16,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
build_script: ./scripts/build_tx.sh
|
build_script: ./scripts/build_tx.sh
|
||||||
test_script: ./scripts/test_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