mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +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: Podman Test
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Run Podman Test
|
|
run: sudo make -C scripts/ci podman-test
|