Skip to content

Commit

Permalink
ci: skip Maven packaging and testing Maven jar
Browse files Browse the repository at this point in the history
  • Loading branch information
galtm committed Mar 22, 2024
1 parent 8bec4aa commit ee4ba74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ test_script:
- cmd: |
test\ci\print-env.cmd
test\ci\run-core-tests.cmd
test\ci\maven-package.cmd -q
rem test\ci\maven-package.cmd -q
test\ci\compile-java.cmd -silent
test\ci\last-git-status.cmd
test\ci\test-maven-jar.cmd -silent
rem test\ci\test-maven-jar.cmd -silent
deploy: off

0 comments on commit ee4ba74

Please sign in to comment.