Skip to content

Commit 034cdc0

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 66f6242 + f1515be commit 034cdc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up JDK 18
19+
- name: Set up JDK 11 Amazon Corretto
2020
uses: actions/setup-java@v3
2121
with:
2222
java-version: '11'
@@ -25,5 +25,5 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
2727
- name: Test with Maven
28-
run: mvn test
28+
run: mvn -B test --file pom.xml
2929

0 commit comments

Comments
 (0)