From 92662f4e0ce28bf2d9ec01fed5f3e22c1d1ecd34 Mon Sep 17 00:00:00 2001 From: Jeffrey Ross Date: Thu, 29 Aug 2024 15:15:05 -0400 Subject: [PATCH] 295 - adding archetype tests to git build action --- .github/workflows/build2.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build2.yml b/.github/workflows/build2.yml index bcd314908..48a77673b 100644 --- a/.github/workflows/build2.yml +++ b/.github/workflows/build2.yml @@ -91,11 +91,12 @@ jobs: - 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 + - name: Set up Maven uses: stCarolas/setup-maven@v5 with: maven-version: 3.9.9 + # Run archetype tests with the gh-build profile + - name: Archetype Tests run: | ./mvnw -B clean install -Parchetype-test -pl :foundation-archetype #NB: The following two explicit cache saves are necessary to ensure caches are saved on build failure,