Skip to content

Commit

Permalink
fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Oct 16, 2024
1 parent 1735bc5 commit c7bb863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wildfly-it-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Build and run integration tests (${{ matrix.java-distribution }} ${{ matrix.java-version }}) against latest WildFly, on ${{ matrix.os }}
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
mvn clean verify --batch-mode --fail-at-end -Dmaven.test.failure.ignore=true ${{ env.MVN_ARGS }}
mvn clean verify --batch-mode --fail-at-end
- name: Build and run integration tests (${{ matrix.java-distribution }} ${{ matrix.java-version }}) against latest WildFly, on ${{ matrix.os }} (excluding Docker)
if: ${{ matrix.os == 'windows-latest' }}
run: |
mvn clean verify --batch-mode --fail-at-end -Dmaven.test.failure.ignore=true -Dcurrent-execution.excluded-groups=org.jboss.eap.qe.ts.common.docker.junit.DockerRequiredTests
mvn clean verify --batch-mode --fail-at-end -Dcurrent-execution.excluded-groups=org.jboss.eap.qe.ts.common.docker.junit.DockerRequiredTests
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down

0 comments on commit c7bb863

Please sign in to comment.