Skip to content

Commit

Permalink
Add grafana/setup-k6-action
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Jul 16, 2024
1 parent 0482b3d commit 1fc57a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/htaccess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Build .htaccess
run: ./bin/build.sh test/conf/.htaccess test/build/htaccess_fixture.conf

- name: Install k6
uses: grafana/setup-k6-action@v1

- name: Test with server-configs-test
uses: h5bp/[email protected]
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
-e 's!^(\s*TransferLog)\s+\S+!\1 /proc/self/fd/1!g' \
"httpd.conf"
- name: Install k6
uses: grafana/setup-k6-action@v1

- name: Test with server-configs-test
uses: h5bp/[email protected]
with:
Expand Down

0 comments on commit 1fc57a0

Please sign in to comment.