Skip to content

[IMP] Advanced filtering #42

[IMP] Advanced filtering

[IMP] Advanced filtering #42

Workflow file for this run

name: main
on:
push:
branches: [master, legacy]
pull_request:
branches: [master, legacy]
env:
DISABLE_PYTEST_ODOO: 1
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ vars.PYTHON_VERSION }}
- name: Install build tools
run: |
python -m pip install --upgrade pip pre-commit setuptools tox
- name: Run pre-commit
run: |
pre-commit run --all-files
- name: Run tox tests
run: |
tox