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 428487f commit 1bbbac7
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 -Dsonar.organization=cardano-foundation -Dsonar.host.url=https://sonarcloud.io -f ./pom.xml
run: mvn sonar:sonar -Dsonar.organization=cardano-foundation -Dsonar.projectKey=cardano-rosetta-java -Dsonar.host.url=https://sonarcloud.io -f ./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 1bbbac7

Please sign in to comment.