Skip to content

Commit

Permalink
🔧 (#195): build commons before project
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Klaus committed Dec 29, 2024
1 parent b6a00d0 commit 0fdd7f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend-sonarqube-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
distribution: "temurin"
cache: maven

- name: mvn package
run: mvn -B clean verify --file backend/app.hopps.commons/pom.xml

- name: mvn package
run: mvn -B clean verify --file backend/${{ matrix.sonar.folder }}/pom.xml

Expand Down

0 comments on commit 0fdd7f2

Please sign in to comment.