Skip to content

Commit

Permalink
mvn install without tests
Browse files Browse the repository at this point in the history
Same as 3a8b91f but for Java ARM workflow

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Aug 9, 2024
1 parent 3a8b91f commit fccb2a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-lang-java-ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
with:
maven-version: 3.9.6

- name: 'Install Java Avro'
run: mvn -B install -PskipQuality -DskipTests

- name: Build
run: ./build.sh clean test
# set -x
Expand Down

0 comments on commit fccb2a7

Please sign in to comment.