Skip to content

Commit

Permalink
make maven less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
giurim committed Jun 3, 2020
1 parent f84f99c commit 0c778dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run Gradle Example
run: ./gradle-example/gradlew clean test --no-daemon -p ./gradle-example
- name: Run Maven example
run: mvn clean test --file ./maven-example/pom.xml
run: mvn clean test --file ./maven-example/pom.xml -B
- name: Run scala matrix test with Gradle
run: ./gradlew build --no-daemon && ./scala-version-matrix/gradlew clean test --no-daemon -PallScalaVersion -p ./scala-version-matrix
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 0c778dc

Please sign in to comment.