Skip to content

Commit 8c9320b

Browse files
committed
PR testing
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
1 parent 79fa337 commit 8c9320b

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: "run-aqa build with push to master"
22
on:
33
push:
44

5-
65
jobs:
76
hotspot:
87
runs-on: ${{ matrix.os }}
@@ -13,15 +12,6 @@ jobs:
1312
javaToBuild: [jdk16u]
1413
steps:
1514
- uses: actions/checkout@v1
16-
- uses: sophia-guo/build-openj9@PR
17-
id: buildJDK
18-
with:
19-
version: 16
20-
usePersonalRepo: true
21-
openj9Repo: sophia-guo/openj9:demo
22-
- run: ${{ steps.buildJDK.outputs.BuildJDKDir }}/bin/java -version
23-
- uses: actions/upload-artifact@v2
24-
if: failure()
25-
with:
26-
name: logfilet
27-
path: ./**/config.log/
15+
- run: |
16+
echo "test GITHUB_WORKSPACE ${GITHUB_WORKSPACE}}"
17+
echo " tests HOME ${HOME}"

0 commit comments

Comments
 (0)