Skip to content

Commit

Permalink
updated the build file
Browse files Browse the repository at this point in the history
  • Loading branch information
strmark committed Sep 8, 2023
1 parent 31aa03a commit 4cd0372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=strmark_piclodio4
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=strmark_piclodio4 --file back/pom.xml
- name: Build with Maven
run: mvn -B package --file back/pom.xml

0 comments on commit 4cd0372

Please sign in to comment.