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 7587c62 commit 183731b
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 -u "$(id -u):$(id -g)"
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 183731b

Please sign in to comment.