network/.github/workflows/integration.yml
Rich Megginson 4b7f5d51fc fix yamllint issue - indentation
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2021-07-29 00:40:40 +08:00

24 lines
408 B
YAML

name: integration
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- base
jobs:
integration:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- os: "c8"
- os: "c8s"
steps:
- uses: actions/checkout@v2
- name: Run tests
run: sudo .github/run_test.sh --os ${{ matrix.os }}