Skip to content

Commit 40fd854

Browse files
Merge pull request #1215 from anthonydahanne/bunch-of-prs-rebased
Migrate integration tests to Junit 5 and selectively apply changes from #1174 and #1185
2 parents 1fa9e71 + e0a94c6 commit 40fd854

File tree

173 files changed

+35644
-20299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+35644
-20299
lines changed

.github/workflows/ci-java-8-and-11.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
restore-keys: ${{ runner.os }}-m2
3434
- name: Build with Maven
3535
run: ./mvnw clean package -Dgpg.skip
36+
- name: Compile integration tests
37+
run: ./mvnw -Pintegration-test test-compile compile
3638
- if: ${{ matrix.java != 8 }}
3739
name: Check style with Spotless
38-
run: ./mvnw spotless:check
40+
run: ./mvnw spotless:check -Pintegration-test
3941

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)