Skip to content

Commit

Permalink
fix run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Nov 28, 2023
1 parent 86ddbc9 commit d579b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_review_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: maven
- name: Run tests
shell: bash
run: mvn compile test
run: mvn --projects :onboarding-ms --also-make compile test

- name: Build and analyze on Pull Requests
shell: bash
Expand Down

0 comments on commit d579b8d

Please sign in to comment.