Skip to content

Commit 868c26a

Browse files
committed
ci: use grafana/setup-xk action to install xk6
1 parent 347d349 commit 868c26a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
with:
2424
go-version: 1.22.x
2525
cache: false
26-
- name: Install xk6
27-
run: go install go.k6.io/xk6/cmd/xk6@latest
26+
- name: Setup xk6
27+
uses: grafana/[email protected]
28+
with:
29+
xk6-version: "0.19.2"
2830
- name: Build
2931
run: make build
3032
- name: Test

0 commit comments

Comments
 (0)