We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98b3bcc + 2c9b30d commit ecb36a1Copy full SHA for ecb36a1
.github/workflows/coverage_report.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/setup-node@v4
18
with:
19
node-version: 20
20
- - run: npm ci
+ - run: yarn install --frozen-lockfile
21
- run: npm run test:report
22
- run: sonar-scanner
23
-Dsonar.organization=kiegroup
0 commit comments