Skip to content

Resolves ENGA-932 "Modify BigQueryExporter class export() method to accept a pull_date" #3

Resolves ENGA-932 "Modify BigQueryExporter class export() method to accept a pull_date"

Resolves ENGA-932 "Modify BigQueryExporter class export() method to accept a pull_date" #3

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