diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6f031e301..edd4cc4e2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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() @@ -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()