mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 09:05:10 +00:00
Ubuntu 18.04 still has a problem with overlayfs and breaks CRIU https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857257 Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
14 lines
282 B
YAML
14 lines
282 B
YAML
name: Docker Test
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ${{ matrix.os }}
|
|
strategy:
|
|
matrix:
|
|
os: [ubuntu-20.04]
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Run Docker Test (${{ matrix.os }})
|
|
run: sudo make -C scripts/ci docker-test
|