Skip to content

Commit

Permalink
295 - adding archetype tests to git build action
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyRoss committed Aug 29, 2024
1 parent f41b009 commit 92662f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 92662f4

Please sign in to comment.