Skip to content

Commit

Permalink
[EJBCLIENT-505] Fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
tadamski committed Jul 22, 2023
1 parent 3388767 commit 12be399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 12be399

Please sign in to comment.