diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f3990dd0..ac1018e3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ # separate terms of service, privacy policy, and support # documentation. -name: Build aissemble Archetype Test +name: Build aissemble on: workflow_dispatch: @@ -15,9 +15,9 @@ on: description: "Branch you want to build" required: true type: string - default: "295-github-actions-build-add-archetype-tests" + default: "dev" push: - branches: [ "295-github-actions-build-add-archetype-tests" ] + branches: [ "dev" ] jobs: build: @@ -89,12 +89,8 @@ jobs: run: sudo touch /etc/buildkitd.toml # Run build with the gh-build profile - name: Build aiSSEMBLE - #run: | - # ./mvnw -B clean install -U --file pom.xml -Pci,integration-test,gh-build - # Run archetype tests with the gh-build profile - - name: Archetype Tests run: | - ./mvnw -B clean install -Parchetype-test -pl :foundation-archetype,gh-build + ./mvnw -B clean install -U --file pom.xml -Pci,integration-test,gh-build #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 diff --git a/.github/workflows/build2.yml b/.github/workflows/build2.yml index a444df5f5..ea4f5945c 100644 --- a/.github/workflows/build2.yml +++ b/.github/workflows/build2.yml @@ -88,9 +88,9 @@ jobs: - name: Create Docker Builder Config File run: sudo touch /etc/buildkitd.toml # Run build with the gh-build profile - - name: Build aiSSEMBLE + #- name: Build aiSSEMBLE #run: | - # ./mvnw -B clean install -U --file pom.xml -Pci,integration-test,gh-build + #./mvnw -B clean install -U --file pom.xml -Pci,integration-test,gh-build # Run archetype tests with the gh-build profile - name: Archetype Tests run: |