Skip to content

draft of rev 3.0, cleanup of repo from not fully open source libs #155

draft of rev 3.0, cleanup of repo from not fully open source libs

draft of rev 3.0, cleanup of repo from not fully open source libs #155

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build and run tests
run: |
sudo pip install pytest pytest-html
cd ./ContinuousIntegration
chmod +x ./run_unit_tests.sh
./run_unit_tests.sh
- name: Archive component test results
uses: actions/upload-artifact@v2
if: always()
with:
name: Report for Unit Tests
path: ./Test/UnitTest/test_*/*xml