Browse Source

Update java-unit-test.yml

Skip GPG Signing
pull/3884/head
mandlil 5 months ago
committed by GitHub
parent
commit
23ce05e4ed
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/java-unit-test.yml

+ 1
- 1
.github/workflows/java-unit-test.yml View File

@ -28,7 +28,7 @@ jobs:
# it's safe to remove the first line entirely.
- name: Test Build Tools with Maven
run: |
mvn install -P github-actions -DskipTests=true -Dmaven.javadoc.skip=true -B -V
mvn install -P github-actions -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B -V
mvn -P github-actions test
- name: Test Java API with Ant
run: |


Loading…
Cancel
Save