Skip to content

Commit

Permalink
ad
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Jan 24, 2025
1 parent 62d1d18 commit d55116c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sonarCloud-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ env:

jobs:
build:
if: ${{ $SONAR_TOKEN_EXISTS != 'true' }}
# if: ${{ $SONAR_TOKEN_EXISTS != 'true' }}
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: test
run: |
echo "$SONAR_TOKEN_EXISTS"
echo "$env.SONAR_TOKEN_EXISTS"
echo "env.SONAR_TOKEN_EXISTS"
- name: Checkout repository # Checks out a copy of the repository on the runner
uses: actions/checkout@v4

Expand Down

0 comments on commit d55116c

Please sign in to comment.