Skip to content

Commit

Permalink
Merge pull request #1215 from anthonydahanne/bunch-of-prs-rebased
Browse files Browse the repository at this point in the history
Migrate integration tests to Junit 5 and selectively apply changes from  #1174 and #1185
  • Loading branch information
pivotal-david-osullivan authored Feb 12, 2024
2 parents 1fa9e71 + e0a94c6 commit 40fd854
Show file tree
Hide file tree
Showing 173 changed files with 35,644 additions and 20,299 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-java-8-and-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: ./mvnw clean package -Dgpg.skip
- name: Compile integration tests
run: ./mvnw -Pintegration-test test-compile compile
- if: ${{ matrix.java != 8 }}
name: Check style with Spotless
run: ./mvnw spotless:check
run: ./mvnw spotless:check -Pintegration-test

1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

Loading

0 comments on commit 40fd854

Please sign in to comment.