Skip to content

Commit ecb36a1

Browse files
authored
Merge pull request #59 from mareknovotny/main
using yarn instead of npm
2 parents 98b3bcc + 2c9b30d commit ecb36a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: 20
20-
- run: npm ci
20+
- run: yarn install --frozen-lockfile
2121
- run: npm run test:report
2222
- run: sonar-scanner
2323
-Dsonar.organization=kiegroup

0 commit comments

Comments
 (0)