Skip to content

Commit 1fc57a0

Browse files
authored
Add grafana/setup-k6-action
1 parent 0482b3d commit 1fc57a0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/htaccess.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Build .htaccess
2020
run: ./bin/build.sh test/conf/.htaccess test/build/htaccess_fixture.conf
2121

22+
- name: Install k6
23+
uses: grafana/setup-k6-action@v1
24+
2225
- name: Test with server-configs-test
2326
uses: h5bp/[email protected]
2427
with:

.github/workflows/server.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
-e 's!^(\s*TransferLog)\s+\S+!\1 /proc/self/fd/1!g' \
3131
"httpd.conf"
3232
33+
- name: Install k6
34+
uses: grafana/setup-k6-action@v1
35+
3336
- name: Test with server-configs-test
3437
uses: h5bp/[email protected]
3538
with:

0 commit comments

Comments
 (0)