mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-05 00:03:33 +00:00
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:
parent
0178f2f990
commit
7bc24688d6
4 changed files with 30 additions and 25 deletions
11
.github/workflows/java-test.yml
vendored
Normal file
11
.github/workflows/java-test.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue