Skip to content

Commit

Permalink
[580] Print out the Maven version in hopes this is locally reproducible.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Jul 8, 2024
1 parent 2320570 commit fcb22d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
cache: 'maven'
- name: Build with Maven Java ${{ matrix.java }} - ${{ matrix.os }}
run: |
mvn -v
mvn clean install -U -B -fae '-Pwildfly' '-T1' '-Pintegration-tests'
- uses: actions/upload-artifact@v4
if: failure()
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
cache: 'maven'
- name: Build with Maven Java ${{ matrix.java }} - ${{ matrix.os }}
run: |
mvn -v
mvn clean install -U -B -fae '-Ppayara' '-T1' '-Pintegration-tests'
- uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit fcb22d9

Please sign in to comment.