diff --git a/.github/workflows/integration.sh b/.github/workflows/integration.sh index 1927d2fd9..d351dba07 100644 --- a/.github/workflows/integration.sh +++ b/.github/workflows/integration.sh @@ -7,5 +7,5 @@ git clone --depth=1 https://github.com/wildfly/ejb-client-testsuite cd ejb-client-testsuite -mvn -B -ntp package -DspecificModule=prepare --batch-mode -Dejb.client.repository=https://github.com/${EJB_CLIENT_REPOSITORY} -Dejb.client.branch=${EJB_CLIENT_BRANCH} +mvn -B -ntp package -DspecificModule=prepare --batch-mode -Dejb.client.repository=${EJB_CLIENT_REPOSITORY} -Dejb.client.branch=${EJB_CLIENT_BRANCH} mvn -B -ntp dependency:tree clean verify --fail-at-end --batch-mode \ No newline at end of file diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ce2bd2d98..c0454bdd2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,7 +22,7 @@ jobs: distribution: ${{ matrix.jdk-distribution }} java-version: ${{ matrix.jdk-version }} - name: Run Tests - run: bash ${GITHUB_WORKSPACE}/.github/workflows/integration.sh ${{github.repository}} ${{github.head_ref}} + run: bash ${GITHUB_WORKSPACE}/.github/workflows/integration.sh ${{github.event.pull_request.head.repo.html_url}} ${{github.head_ref}} - uses: actions/upload-artifact@v3 if: failure() with: