Skip to content

Commit

Permalink
build new k6 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Klawitter committed Jul 19, 2024
1 parent 294f89f commit 2df1edb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
with:
go-version: '^1.22' # The Go version to download (if necessary) and use.

# - name: build k6 v2
# uses: addnab/docker-run-action@v3
# with:
# image: grafana/xk6
# options: --rm -v ${{ github.workspace }}:/xk6 -u $(id -u):$(id -g)
# run: |
# xk6 build --with github.com/LeonAdato/xk6-output-statsd

- name: install xk6
run: go install go.k6.io/xk6/cmd/xk6@latest

Expand Down

0 comments on commit 2df1edb

Please sign in to comment.