Add grafana/setup-k6-action
This commit is contained in:
parent
9ec2e262bb
commit
87ce42fdcd
|
@ -21,6 +21,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install k6
|
||||
uses: grafana/setup-k6-action@v1
|
||||
|
||||
- name: Test with server-configs-test
|
||||
uses: h5bp/server-configs-test@8.0.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue