Skip to content

Updated classdesc to tip of return-restprocess-object-refactor #106

Updated classdesc to tip of return-restprocess-object-refactor

Updated classdesc to tip of return-restprocess-object-refactor #106

Workflow file for this run

name: CI Tests
on: [pull_request,push]
jobs:
Regression-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ubuntu_ver: [20.04]
name: ubuntu-${{ matrix.ubuntu_ver }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Run docker build
run: |
docker build --network=host -t build:latest .
- name: Run regression tests
run: |
docker run -w /root -e TRAVIS=1 build:latest make sure