diff --git a/.github/workflows/build2.yml b/.github/workflows/build2.yml index 36d1017b7..1bc68fd20 100644 --- a/.github/workflows/build2.yml +++ b/.github/workflows/build2.yml @@ -76,14 +76,10 @@ jobs: # curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 # chmod 700 get_helm.sh # ./get_helm.sh - - name: Check User - run: whoami; docker info; + - name: Build aiSSEMBLE + run: ./mvnw -B clean install --file pom.xml -Dhabushu.usePyenv=false -Pci #NB: The following two explicit cache saves are necessary to ensure caches are saved on build failure, until # https://github.com/actions/cache/issues/1315 is resolved -# - name: Build aiSSEMBLE -# run: ./mvnw -B clean install --file pom.xml -Dhabushu.usePyenv=false -Pci -# #NB: The following two explicit cache saves are necessary to ensure caches are saved on build failure, until -# # https://github.com/actions/cache/issues/1315 is resolved - name: Save m2 repository cache id: save-m2-repo uses: actions/cache/save@v4