diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index cfed82f..944b4a9 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -32,6 +32,14 @@ jobs: working-directory: examples 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 run: ./bld download