Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Aug 14, 2024
1 parent 3c51607 commit c9a8807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-lang-java-ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
with:
maven-version: 3.9.6

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

- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-lang-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
with:
maven-version: 3.9.6

- name: 'Install Java Avro'
working-directory: /runner/_work/avro/avro
- name: 'Install Java Avro Toplevel'
working-directory: ./
run: mvn -B install -PskipQuality -DskipTests

- name: 'Java Lint'
Expand Down

0 comments on commit c9a8807

Please sign in to comment.