Skip to content

Resolves ENGA-923 "Modify django-bigquery-exporter base to include decorator for custom_field" #6

Resolves ENGA-923 "Modify django-bigquery-exporter base to include decorator for custom_field"

Resolves ENGA-923 "Modify django-bigquery-exporter base to include decorator for custom_field" #6

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [ main ]
push:
# not main branch
branches: [ '!main' ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.11
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pytest -n auto --cov=bigquery_exporter --cov-report=xml