Skip to content

Commit

Permalink
ci: use artilleryio/action-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Dec 16, 2024
1 parent 6504571 commit 6b5ff62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
run: npm ci

- name: Run example
uses: actions/setup-node@v3
uses: artilleryio/action-cli@v1
with:
node-version: '20.x'
- run: |
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 }}
env:
ARTILLERY_BINARY_PATH: ${{ env.ARTILLERY_BINARY_PATH }}
ARTILLERY_CLOUD_ENDPOINT: ${{ secrets.ARTILLERY_CLOUD_ENDPOINT_TEST }}
Expand Down

0 comments on commit 6b5ff62

Please sign in to comment.