(geronimo-mail) branch main updated: Update CI

[email protected] Fri, 17 Jan 2025 14:20:25 +0000
Newsgroups gmane.comp.java.geronimo.cvs
Message-ID <173712362552.3976215.1842451825796230431@gitbox2-he-fi.apache.org>
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/geronimo-mail.git


The following commit(s) were added to refs/heads/main by this push:
     new b3fc81d  Update CI
b3fc81d is described below

commit b3fc81d8db72a5831fecba8f4f011330d6e4b0d5
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jan 17 15:20:18 2025 +0100

    Update CI
---
 .github/workflows/ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 916cda5..77d5412 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,10 +43,7 @@ jobs:
         key: ${{ runner.os }}-main-pr-m2-${{ hashFiles('**/pom.xml') }}
         restore-keys: ${{ runner.os }}-main-pr-m2
 
-    - name: maven-settings-xml-action
-      run: echo "<settings xmlns=\"http://maven.apache.org/SETTINGS/1.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd\"> <activeProfiles> <activeProfile>github</activeProfile> </activeProfiles> <profiles> <profile> <id>github</id> <repositories> <repository> <id>central-repo</id> <url>https://repo.maven.apache.org/maven2</url> <releases> <enabled>true</enabled> </relea [...]
-
     - name: Compile with Sanity checks
-      run: mvn help:system -U -ntp --batch-mode --show-version --fail-at-end clean test
+      run: mvn help:system -U -ntp --batch-mode --show-version --fail-at-end clean install
       env:
         MAVEN_OPTS: -Xmx2048m