We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e30dd2 commit 45ab655Copy full SHA for 45ab655
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
- run: npm ci
72
- name: Run Tests
73
run: FORCE_COLOR=1 npx jest --coverage --testTimeout 90000 --verbose
74
- - uses: sonarsource/sonarcloud-github-action@v3.0
+ - uses: sonarsource/sonarcloud-github-action@v3.1
75
env:
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments