Skip to content

Commit

Permalink
mvn commadn cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Nov 5, 2024
1 parent ffa239c commit 4de3be6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:

- name: Run Tests
run: |
mvn --no-transfer-progress \
--batch-mode \
clean verify
mvn clean verify
- id: install-secret-key
name: Install gpg secret key
Expand All @@ -40,7 +38,7 @@ jobs:
- name: Build and Deploy Snapshot
run: |
mvn deploy -DskipTests=true -Dmaven.javadoc.skip=true
mvn deploy -DskipTests=true -P release -Dmaven.javadoc.skip=true -Dgpg.skip=false
# build-and-test:
# runs-on: ubuntu-22.04
Expand Down

0 comments on commit 4de3be6

Please sign in to comment.