This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 37b7627026ba7fda65c1ec2243d70290905a54d5 Author: Matt Sicker <[email protected]> AuthorDate: Wed Jul 29 18:30:00 2020 -0500 Rearrange workflow command --- .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 0173281..a001a18 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,7 +44,7 @@ jobs: - name: Build with Maven (Linux) if: runner.os == 'Linux' - run: ./mvnw -V -B -e -DtrimStackTrace=false -Dmaven.test.failure.ignore=true verify --global-toolchains .github/workflows/maven-toolchains.xml + run: ./mvnw -V -B -e -DtrimStackTrace=false -Dmaven.test.failure.ignore=true --global-toolchains .github/workflows/maven-toolchains.xml verify - name: Inspect environment (Windows) if: runner.os == 'Windows' @@ -52,7 +52,7 @@ jobs: - name: Build with Maven (Windows) if: runner.os == 'Windows' - run: ./mvnw -V -B -e -DtrimStackTrace=false -Dmaven.test.failure.ignore=true verify --global-toolchains ".github\workflows\maven-toolchains.xml" + run: ./mvnw -V -B -e -DtrimStackTrace=false "-Dmaven.test.failure.ignore=true" --global-toolchains ".github\workflows\maven-toolchains.xml" verify - name: Publish Test Results uses: scacap/action-surefire-report@v1
