Skip to content

Commit

Permalink
Merge pull request quarkusio#40130 from gsmet/test-release-wf
Browse files Browse the repository at this point in the history
Make test release workflow more consistent with release
  • Loading branch information
gsmet committed Apr 18, 2024
2 parents 9b29cc7 + fc12627 commit 3cfba41
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 3cfba41

Please sign in to comment.