Skip to content

Commit

Permalink
Make test release workflow more consistent with release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Apr 18, 2024
1 parent 8fd116d commit fc12627
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ jobs:
run: |
./mvnw --settings .github/mvn-settings.xml \
-B \
-Dscan=false \
-Dno-build-cache \
-Dgradle.cache.local.enabled=false \
-Dgradle.cache.remote.enabled=false \
-Prelease \
-DskipTests -DskipITs \
-Ddokka \
-Dmaven.repo.local=$HOME/release/repository \
-Dno-test-modules \
-Dgpg.skip \
clean install
- name: Report
Expand Down

0 comments on commit fc12627

Please sign in to comment.