Add steps for boot JAR and WAR creation

This commit is contained in:
Erik C. Thauvin 2025-03-25 21:24:45 -07:00
parent 4ac16ecaa4
commit 1058f7719e
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -32,6 +32,14 @@ jobs:
working-directory: examples working-directory: examples
run: ./bld compile test run: ./bld compile test
- name: Compile and create the JAR [examples]
working-directory: examples
run: ./bld compile bootjar
- name: Compile and create the WAR [examples]
working-directory: examples
run: ./bld compile bootwar
- name: Download dependencies - name: Download dependencies
run: ./bld download run: ./bld download