Skip to content

Commit 824706f

Browse files
committed
ci: run sonar on ubuntu
on macos: /Users/runner/work/_actions/sonarsource/sonarqube-scan-action/v5.2.0/scripts/run-sonar-scanner-cli.sh: line 80: scanner_args[@]: unbound variable Signed-off-by: Jérôme Benoit <[email protected]>
1 parent 86f81c1 commit 824706f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: deno task bundle
5555

5656
- name: Coverage Report
57-
if: ${{ matrix.os == 'macos-latest' && matrix.deno == 'v2.x' }}
57+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.deno == 'v2.x' }}
5858
run: deno task coverage:report
5959

6060
- name: Check for SonarCloud Token Availability
@@ -68,7 +68,7 @@ jobs:
6868
fi
6969
7070
- name: SonarCloud Code Analysis
71-
if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier-web-worker' && matrix.os == 'macos-latest' && matrix.deno == 'v2.x' }}
71+
if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier-web-worker' && matrix.os == 'ubuntu-latest' && matrix.deno == 'v2.x' }}
7272
uses: sonarsource/[email protected]
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)