Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
heliannuuthus committed Mar 30, 2024
1 parent dc86a07 commit 830ba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-golang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: setup-sonar
run: |
mkdir -p /opt/sonar-scanner/.sonar/cache
echo "SONAR_SCANNER_HOME=/opt/sonar-scanner" >> $GITHUB_ENV
echo "SONAR_SCANNER_HOME=/opt/sonar-scanner SONAR_USER_HOME=/opt/sonar-scanner/.sonar" >> $GITHUB_ENV
echo "/opt/sonar-scanner/bin" >> $GITHUB_PATH
${{ steps.sonar-restore-cache.outputs.cache-hit != 'true' }} && \
curl -L -o sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip && \
Expand Down

0 comments on commit 830ba5e

Please sign in to comment.