Skip to content

Commit

Permalink
TEMP2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Oct 18, 2024
1 parent b19d58e commit 84df498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wildfly-it-tests-bootable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- 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 -fae "-Dts.bootable" "-Dcurrent-execution.excluded-groups=org.jboss.eap.qe.microprofile.health.junit.HealthWithFaultToleranceTests,org.jboss.eap.qe.microprofile.health.junit.ManualTests,org.jboss.eap.qe.ts.common.docker.junit.DockerRequiredTests" -pl micrometer -am
- name: Print fs tree
run: tree .
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand Down

0 comments on commit 84df498

Please sign in to comment.