Skip to content

fix: test case test.common.MapProcessorTest -- missing a motor postio… #190

fix: test case test.common.MapProcessorTest -- missing a motor postio…

fix: test case test.common.MapProcessorTest -- missing a motor postio… #190

Workflow file for this run

name: unittests
on: push
jobs:
unittests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r CHAP/test/requirements.txt
- name: Run CHAP unittests
run: python -m unittest CHAP.test