File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 run : bash ./tools/pr-checker/checker.sh ${{ github.repository }} ${{ github.event.pull_request.number }} | tee checker.log
2424 - id : Lint-Code-Base
2525 if : always()
26- uses : github/super-linter@v3
26+ uses : github/super-linter@v3.17.0
2727 env :
2828 VALIDATE_ALL_CODEBASE : false
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- // Copyright (c) 2018, 2021 IBM Corporation and others.
1+ // Copyright (c) 2018, 2022 IBM Corporation and others.
22// Licensed under Creative Commons Attribution-NoDerivatives
33// 4.0 International (CC BY-ND 4.0)
44// https://creativecommons.org/licenses/by-nd/4.0/
@@ -602,7 +602,8 @@ mvn failsafe:integration-test -Dsystem.context.root=/dev
602602Run the integration tests against a cluster running at Minikube's IP address:
603603[role='command']
604604```
605- mvn failsafe:integration-test -Dsystem.context.root=/dev -Dcluster.ip=$(minikube ip)
605+ mvn failsafe:integration-test -Dsystem.context.root=/dev -Dsystem.service.root=$(minikube ip):31000 -Dinventory.service.root=$(minikube ip):32000
606+
606607```
607608--
608609
You can’t perform that action at this time.
0 commit comments