You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2021/03/06 11:22:44 UTC

[maven-surefire] branch githubci updated: fix

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch githubci
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/githubci by this push:
     new a780d5b  fix
a780d5b is described below

commit a780d5ba748981f8ade97e31e78ae6dad2250996
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sat Mar 6 12:22:35 2021 +0100

    fix
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cdb3908..aba89c5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        java: [8]
+        java: [8, 11, 15]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}
@@ -47,7 +47,7 @@ jobs:
           java-version: ${{ matrix.java }}
 
       - name: Build with Maven
-        run: sudo lsof -i :8083
+        run: mvn clean install -e -B -V -nsu --no-transfer-progress -P run-its -Dfailsafe-integration-test-port=8083
 
       - name: Upload artifact surefire-its
         uses: actions/upload-artifact@v2-preview