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 a8f4d73 commit 96b6074Copy full SHA for 96b6074
.github/workflows/run-distributed-tests.yml
@@ -89,7 +89,7 @@ jobs:
89
- run: npm run build
90
- name: Install Specific Artillery Version if needed
91
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 }}
+ run: mkdir __artillery__ && cd __artillery__ && npm init -y && ../.github/workflows/scripts/npm-command-retry.sh install artillery@${{ inputs.ARTILLERY_VERSION_OVERRIDE }}
93
- name: Set A9_PATH
94
95
run: echo "A9_PATH=${{ github.workspace }}/__artillery__/node_modules/.bin/artillery" >> $GITHUB_ENV
0 commit comments