Skip to content

test_update: test case for crash in sch_apply_conditions #200

test_update: test case for crash in sch_apply_conditions

test_update: test case for crash in sch_apply_conditions #200

Workflow file for this run

name: Run unit tests
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install -y build-essential libglib2.0-dev libxml2-dev libcunit1-dev libjansson-dev libpcre3-dev zlib1g zlib1g-dev libssl-dev libgd-dev libxml2-dev uuid-dev libbz2-dev liblua5.3-dev flake8 python3-pytest python3-lxml && pip install pyang
- name: Build and run tests
run: ./run.sh test