Skip to content

Commit

Permalink
fix: quiet the codspeed-runner installation
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Dec 1, 2023
1 parent 4f1d7b4 commit 0c6eabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
echo "Error: Version ${{ inputs.runner-version }} is not available in https://github.com/CodSpeedHQ/runner/releases, please a correct version."
exit 1
else
curl -fsSL https://github.com/CodSpeedHQ/runner/releases/download/v${{ inputs.runner-version }}/codspeed-runner-installer.sh | bash
curl -fsSL https://github.com/CodSpeedHQ/runner/releases/download/v${{ inputs.runner-version }}/codspeed-runner-installer.sh | bash -s -- --quiet
fi
# Run the benchmarks
Expand Down

0 comments on commit 0c6eabe

Please sign in to comment.