Skip to content

Commit 06f41d5

Browse files
committed
chore: migrating JUnit4 to JUnit5
Signed-off-by: Marcos Tischer Vallim <tischer@gmail.com>
1 parent e75664c commit 06f41d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
restore-keys: ${{ runner.os }}-build-${{ hashFiles('**/pom.xml') }}-${{ matrix.java-version }}
2929

3030
- name: Compile with Maven
31-
run: mvn -T 2C clean generate-sources compile --file pom.xml
31+
run: mvn clean generate-sources compile --file pom.xml
3232

3333
test:
3434
runs-on: ubuntu-latest
@@ -54,4 +54,4 @@ jobs:
5454
restore-keys: ${{ runner.os }}-test-${{ hashFiles('**/pom.xml') }}-${{ matrix.java-version }}
5555

5656
- name: Test with Maven
57-
run: mvn -T 2C test-compile test --file pom.xml
57+
run: mvn test-compile test --file pom.xml

0 commit comments

Comments
 (0)