This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch gh-ci in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit b99a35ef9dd83be1b00cdb4ed79f5202f0688d56 Author: tibordigana <[email protected]> AuthorDate: Thu Apr 15 22:12:44 2021 +0200 investigate --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cc38513..724f51b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -46,6 +46,9 @@ jobs: with: java-version: ${{ matrix.java }} + - name: print hosts + run: cat /etc/hosts + - name: Build with Maven run: mvn clean install -e -B -V -nsu --no-transfer-progress -P run-its -Dfailsafe-integration-test-port=8083
