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:14:53 UTC

[maven-surefire] branch githubci updated: lsof

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 b63f03e  lsof
b63f03e is described below

commit b63f03e8523b615ca9da19d7d07e12df466839e2
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sat Mar 6 12:14:45 2021 +0100

    lsof
---
 .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 cabf7df..67e39d7 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: netstat -nlp | grep 8084
+        run: lsof -i :8084
 
       - name: Upload artifact surefire-its
         uses: actions/upload-artifact@v2-preview