Skip to content

Commit

Permalink
RA-105: Increasing code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Sologub committed May 8, 2024
1 parent 5a94010 commit a6a4d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature-mvn-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checking style with Spotless plugin
run: mvn spotless:check --file ./api/pom.xml
- name: test
run: mvn sonar:sonar --file ./api/pom.xml
run: mvn install sonar:sonar --file ./api/pom.xml
- name: Test project
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml --batch-mode --update-snapshots clean verify --file ./pom.xml
env:
Expand Down

0 comments on commit a6a4d64

Please sign in to comment.