Merge pull request 'publish libs only on main branch' (#4) from dev into main
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 10m17s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 10m17s
Reviewed-on: phoenix/quarkus-commons#4
This commit is contained in:
commit
15c6263395
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ jobs:
|
|||
- name: Make maven wrapper executable
|
||||
run: chmod +x mvnw
|
||||
|
||||
- name: Run tests
|
||||
- name: Build and run tests
|
||||
run: ./mvnw verify
|
||||
|
||||
- name: Upload libs to Gitea Maven Registry
|
||||
if: gitea.ref == 'refs/heads/main' || gitea.ref == 'refs/heads/dev'
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
run: ./mvnw deploy -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
|
Loading…
Add table
Add a link
Reference in a new issue