Maven tests
All checks were successful
Publish to Maven / docker (17, 3.8.5) (push) Successful in 35s

This commit is contained in:
Braydon 2024-04-28 18:55:18 -04:00
parent 3b10210347
commit 50055af52f

@ -40,6 +40,10 @@ jobs:
}
]
# Run Maven tests
- name: Maven Tests
run: mvn clean test -T6C
# Publish to Maven
- name: Publish to Maven
run: mvn deploy -Pgen-javadocs -B -Dstyle.color=always --update-snapshots -T6C
run: mvn deploy -Pgen-javadocs -B -Dstyle.color=always --update-snapshots -q -T6C