Skip to content

Commit 6978547

Browse files
committed
ci: sonarcloud + dependabot config fixes
1 parent fd2b8e3 commit 6978547

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ updates:
66
directory: "/server/api-service"
77
schedule:
88
interval: "weekly"
9-
- package-ecosystem: "yarn"
9+
- package-ecosystem: "npm"
1010
directory: "/server/node-service"
1111
schedule:
1212
interval: "weekly"
13-
- package-ecosystem: "yarn"
13+
- package-ecosystem: "npm"
1414
directory: "/client"
1515
schedule:
1616
interval: "weekly"

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16+
- name: Build Java
17+
run: |
18+
mvn clean compile -DskipTests -f ./server/api-service/pom.xml
1619
- name: SonarCloud Scan
1720
uses: SonarSource/sonarcloud-github-action@master
1821
env:

0 commit comments

Comments
 (0)