Skip to content

Commit ca83e64

Browse files
authored
optimize pr workflow (#42)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent f6e588a commit ca83e64

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/pr.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ jobs:
2626
- name: Check code format
2727
run: |
2828
./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml
29-
- name: Run unit tests
30-
run: ./mvnw ${MAVEN_ARGS} clean install
3129
32-
build_with_integration_tests:
30+
build_with_tests:
3331
runs-on: ubuntu-latest
3432
steps:
3533
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)