forked from OpenLiberty/ci.maven
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update messages and docs related to running tests when skipTests is s…
…et to true
- Loading branch information
1 parent
7f57aff
commit 8c52e4c
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,8 @@ jobs: | |
- name: Checkout ci.common | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: OpenLiberty/ci.common | ||
repository: cherylking/ci.common | ||
ref: skipTestsChanges | ||
path: ci.common | ||
- name: Checkout ci.ant | ||
uses: actions/checkout@v3 | ||
|
@@ -102,7 +103,7 @@ jobs: | |
- name: Clone ci.ant, ci.common, ci.maven repos to C drive | ||
run: | | ||
cp -r D:/a/ci.maven/ci.maven C:/ci.maven | ||
git clone https://github.com/OpenLiberty/ci.common.git C:/ci.common | ||
git clone https://github.com/cherylking/ci.common.git --branch skipTestsChanges --single-branch C:/ci.common | ||
git clone https://github.com/OpenLiberty/ci.ant.git C:/ci.ant | ||
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters