Skip to content

Commit

Permalink
build: No transfer progress and snapshot updates for mvn CI tests (#1888
Browse files Browse the repository at this point in the history
)

A bit less noise in build output
  • Loading branch information
johanandren authored Jan 8, 2024
1 parent 11e86cd commit e2419bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,12 @@ jobs:
- name: Test Maven Java
run: |-
cd plugin-tester-java
mvn -Dakka.grpc.project.version=`cat ~/.version` compile
mvn -nsu -ntp -Dakka.grpc.project.version=`cat ~/.version` compile
- name: Test Maven Scala
run: |-
cd plugin-tester-scala
mvn -Dakka.grpc.project.version=`cat ~/.version` akka-grpc:generate scala:compile
mvn -nsu -ntp -Dakka.grpc.project.version=`cat ~/.version` akka-grpc:generate scala:compile
test-docs:
name: Docs
Expand Down

0 comments on commit e2419bc

Please sign in to comment.