Skip to content

Commit

Permalink
Fix interop test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jan 28, 2024
1 parent 574c718 commit 35a4664
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-lang-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ jobs:
working-directory: lang/csharp
run: ./build.sh interop-data-generate

- name: 'Install Java Avro for other tests'
working-directory: .
run: mvn -B install -PskipQuality

- name: 'Generate Interop Data using Java 8, 11, 17 & 21'
working-directory: lang/java/interop-data-test
run: mvn -B verify -Pgenerate-test-data
Expand Down

0 comments on commit 35a4664

Please sign in to comment.