Skip to content

Commit

Permalink
ci: fix reference to gobenchdata (hashicorp#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored May 12, 2022
1 parent a82ef73 commit fb1d2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
BENCHDATA="go run go.bobheadxi.dev/gobenchdata"
RESULTS_PATH="${{ runner.temp }}/benchdata-results.json"
gobenchdata checks report $RESULTS_PATH
$BENCHDATA checks report $RESULTS_PATH
-
name: Upload benchmark data as artifact
if: ${{ always() && !cancelled() }}
Expand Down

0 comments on commit fb1d2aa

Please sign in to comment.