Skip to content

Revert "Exclusively build for pwdata and filter out classes (#3)" #65

Revert "Exclusively build for pwdata and filter out classes (#3)"

Revert "Exclusively build for pwdata and filter out classes (#3)" #65

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install Dependencies
run: |
pip3 install mock
- name: Run Tests
run: make test