We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beaec2e commit 1642c2eCopy full SHA for 1642c2e
.github/workflows/pipeline.yaml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
mkdir -p sandbox
69
cd sandbox
70
- npm install ${{ needs.CiBuild.outputs.npmPackFilename }}
+ npm install ../${{ needs.CiBuild.outputs.npmPackFilename }}
71
72
- name: "Test 1: default case"
73
0 commit comments