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 47e768f commit ce5ac7c
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,5 +31,5 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: grafana/xk6
options: --rm -v "${{PWD}}:/xk6"
options: --rm -v ${{ github.workspace }}:/xk6
run: build --with github.com/LeonAdato/xk6-output-statsd

0 comments on commit ce5ac7c

Please sign in to comment.