Skip to content

Argument to Inlude Group/Org Users in Dump and Load (+ fixed tests) #34

Argument to Inlude Group/Org Users in Dump and Load (+ fixed tests)

Argument to Inlude Group/Org Users in Dump and Load (+ fixed tests) #34

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
python-version: ["3.8"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install requirements
run: |
pip install -e ".[testing]"
- name: Run all tests
run: python -m unittest discover