Skip to content

Commit

Permalink
fix manual test support install version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nephery committed Jul 16, 2024
1 parent 1844200 commit 6e9f39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git clone --depth 1 --branch "${version}" https://github.com/SolaceDev/solace-integration-test-support.git
cd "${GITHUB_WORKSPACE}/solace-integration-test-support"
mvn install -DskipTests
mvn install -Dchangelist= -DskipTests
- name: Build and run Tests
run: mvn clean verify --settings "${GITHUB_WORKSPACE}/maven/settings.xml"
env:
Expand Down

0 comments on commit 6e9f39a

Please sign in to comment.