We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2716167 commit 0397cb4Copy full SHA for 0397cb4
.github/workflows/test-prime.yml
@@ -93,12 +93,12 @@ jobs:
93
uses: actions/checkout@v5
94
with:
95
repository: xpack-dev-tools/xbb-helper-xpack
96
- path: D:\b\build-assets\xpacks\@xpack-dev-tools\xbb-helper
+ path: D:\t\build-assets\xpacks\@xpack-dev-tools\xbb-helper
97
ref: ${{github.event.inputs.helper-git-ref}}
98
fetch-depth: 3
99
100
- name: 'Run ${{github.event.inputs.version}} native test'
101
- working-directory: D:\b
+ working-directory: D:\t
102
run: bash build-assets/scripts/test.sh --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}} --develop
103
104
0 commit comments