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:08:17 UTC

[maven-surefire] 02/02: netstat

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

commit 44c3a156a02997585dbed3e0a08caa73bf960cd0
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sat Mar 6 12:08:03 2021 +0100

    netstat
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 877635a..cabf7df 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -47,7 +47,7 @@ jobs:
           java-version: ${{ matrix.java }}
 
       - name: Build with Maven
-        run: mvn clean install -e -B -V -nsu --no-transfer-progress -P run-its
+        run: netstat -nlp | grep 8084
 
       - name: Upload artifact surefire-its
         uses: actions/upload-artifact@v2-preview