Skip to content

Commit 1642c2e

Browse files
committed
Fix install path
1 parent beaec2e commit 1642c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
mkdir -p sandbox
6969
cd sandbox
70-
npm install ${{ needs.CiBuild.outputs.npmPackFilename }}
70+
npm install ../${{ needs.CiBuild.outputs.npmPackFilename }}
7171
7272
- name: "Test 1: default case"
7373
run: |

0 commit comments

Comments
 (0)