Skip to content

Commit 2180d96

Browse files
committed
test
1 parent da1b4cd commit 2180d96

File tree

6 files changed

+364
-4
lines changed

6 files changed

+364
-4
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: npm ci
2929
- name: Run Jest Tests
3030
run: npm run ci-test --coverage
31-
- name: SonarQube Scan
32-
uses: SonarSource/sonarqube-scan-action@v4
31+
- name: SonarCloud
32+
run: npm run sonarscanner -- -Dsonar.token=${{ secrets.SONAR_TOKEN }}
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3535
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)