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 6504571 commit 6b5ff62Copy full SHA for 6b5ff62
.github/workflows/examples.yml
@@ -28,11 +28,10 @@ jobs:
28
run: npm ci
29
30
- name: Run example
31
- uses: actions/setup-node@v3
+ uses: artilleryio/action-cli@v1
32
with:
33
- node-version: '20.x'
34
- - run: |
35
- artillery run browser-load-test.ts --record --tags ${{ env.CLI_TAGS }},group:browser-load-test --note ${{ env.CLI_NOTE }}
+ command: run browser-load-test.ts --record --tags ${{ env.CLI_TAGS }},group:browser-load-test --note ${{ env.CLI_NOTE }}
+ working-directory: ${{ env.CWD }}
36
env:
37
ARTILLERY_BINARY_PATH: ${{ env.ARTILLERY_BINARY_PATH }}
38
ARTILLERY_CLOUD_ENDPOINT: ${{ secrets.ARTILLERY_CLOUD_ENDPOINT_TEST }}
0 commit comments