Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #8

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #8

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