Skip to content

Commit

Permalink
Add mvn install to publish the artifacts locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Aug 8, 2024
1 parent 19a8280 commit 3a8b91f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-lang-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,19 @@ jobs:
with:
maven-version: 3.9.6

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

- name: 'Java Lint'
run: ./build.sh lint

- name: 'Java Test'
run: ./build.sh test

- name: 'Install Java Avro for reproducibility test'
- name: 'Install Java Avro'
working-directory: .
run: mvn -B clean install -PskipQuality
run: mvn -B clean install -PskipQuality -DskipTests

- name: 'Test Reproducible Build'
working-directory: .
Expand Down

0 comments on commit 3a8b91f

Please sign in to comment.