Skip to content

Commit 025c253

Browse files
committed
[workflow/test] Added sonar check
1 parent c84a6bb commit 025c253

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/code-check.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ jobs:
2121

2222
- name: Run unit tests
2323
run: yarn run test --coverage --forceExit --maxWorkers=2
24-
continue-on-error: false
24+
continue-on-error: false
25+
26+
- name: SonarCloud Scan
27+
uses: SonarSource/sonarcloud-github-action@master
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)