mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 10:09:57 +00:00
Move podman, openj9, x86_64 tests from Travis to GitHub Actions. Signed-off-by: Adrian Reber <areber@redhat.com>
11 lines
204 B
YAML
11 lines
204 B
YAML
name: OpenJ9 Test
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Run OpenJ9 Test
|
|
run: sudo make -C scripts/ci openj9-test
|