Skip to content

IMPROVE CI and related docs #4

IMPROVE CI and related docs

IMPROVE CI and related docs #4

Workflow file for this run

name: Run tests
on:
push:
branches: [ ]
pull_request:
branches: [ ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: sudo ./install_dependencies_ubuntu.sh
- name: Run low-level unittests
run: python3 -m unittest
- name: Run high-level tests on example config
run: sudo ./example-config/run_tests.py