Skip to content

Commit 96b6074

Browse files
ci(test): fix relative path to npm script (#3250)
1 parent a8f4d73 commit 96b6074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-distributed-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- run: npm run build
9090
- name: Install Specific Artillery Version if needed
9191
if: ${{ inputs.ARTILLERY_VERSION_OVERRIDE || false }}
92-
run: mkdir __artillery__ && cd __artillery__ && npm init -y && .github/workflows/scripts/npm-command-retry.sh install artillery@${{ inputs.ARTILLERY_VERSION_OVERRIDE }}
92+
run: mkdir __artillery__ && cd __artillery__ && npm init -y && ../.github/workflows/scripts/npm-command-retry.sh install artillery@${{ inputs.ARTILLERY_VERSION_OVERRIDE }}
9393
- name: Set A9_PATH
9494
if: ${{ inputs.ARTILLERY_VERSION_OVERRIDE || false }}
9595
run: echo "A9_PATH=${{ github.workspace }}/__artillery__/node_modules/.bin/artillery" >> $GITHUB_ENV

0 commit comments

Comments
 (0)