Skip to content

Commit b213a88

Browse files
authored
Merge pull request #1 from Samoy/dev
Update test.yml
2 parents 42496ef + 7ace1ad commit b213a88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
distribution: 'temurin'
2828
cache: maven
2929
- name: Test with Maven
30-
run: |
31-
mvn -v
32-
mvn clean test -e
30+
run: mvn clean test -e
3331
- name: Upload coverage to Codecov
3432
uses: codecov/codecov-action@v4
3533
with:

0 commit comments

Comments
 (0)