Skip to content

Commit 47795a8

Browse files
committed
ci: install Artillery
1 parent e71f05b commit 47795a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
with:
3434
scenario_name: ${{ matrix.scenario_name }}
3535

36+
- name: Install Artillery
37+
run: npm install -g artillery
38+
3639
- name: Run Artillery tests in parallel
3740
run: |
3841
artillery run scenarios/${{matrix.scenario_name}}.yml --config config.yml

0 commit comments

Comments
 (0)