diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000..50f90b0 --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,19 @@ +name: Coverage + +on: + push: + pull_request: + workflow_dispatch: + +jobs: + build_and_test: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Install packages and setup ldap/AD + run: ./tests/test_env/deploy.sh + + - name: Test + run: python3 setup.py test