Skip to content

Commit 0397cb4

Browse files
committed
try short path D:\t
1 parent 2716167 commit 0397cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-prime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ jobs:
9393
uses: actions/checkout@v5
9494
with:
9595
repository: xpack-dev-tools/xbb-helper-xpack
96-
path: D:\b\build-assets\xpacks\@xpack-dev-tools\xbb-helper
96+
path: D:\t\build-assets\xpacks\@xpack-dev-tools\xbb-helper
9797
ref: ${{github.event.inputs.helper-git-ref}}
9898
fetch-depth: 3
9999

100100
- name: 'Run ${{github.event.inputs.version}} native test'
101-
working-directory: D:\b
101+
working-directory: D:\t
102102
run: bash build-assets/scripts/test.sh --version ${{github.event.inputs.version}} --base-url ${{github.event.inputs.base_url}} --develop
103103

104104

0 commit comments

Comments
 (0)