Skip to content

Commit 08c8ab2

Browse files
authored
Merge pull request #150 from OpenLiberty/staging
Merge staging to prod - updates linux test instruction (#149)
2 parents 9f99328 + d42ff71 commit 08c8ab2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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 }}

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
602602
Run 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

0 commit comments

Comments
 (0)