Skip to content

Commit

Permalink
fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Klawitter committed Jul 18, 2024
1 parent 5e12c6f commit 7587c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: grafana/xk6
options: --rm -v ${{ github.workspace }}:/xk6
options: --rm -v ${{ github.workspace }}:/xk6 -u "$(id -u):$(id -g)"
run: |
xk6 build --with github.com/LeonAdato/xk6-output-statsd

0 comments on commit 7587c62

Please sign in to comment.