ci: Clean up and improve Java testing

This patch changes top-level OpenJ9 filename and data references to Java
to make them generic and launches tests against both HotSpot and OpenJ9
JVMs.

Signed-off-by: Younes Manton <ymanton@ca.ibm.com>
This commit is contained in:
Younes Manton 2022-08-24 21:17:06 -07:00 committed by Andrei Vagin
parent 0178f2f990
commit 7bc24688d6
4 changed files with 30 additions and 25 deletions

11
.github/workflows/java-test.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: Java Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run Java Test
run: sudo make -C scripts/ci java-test