Skip to content

feat(ads): dynamic Google Ads enum introspection helper #51

feat(ads): dynamic Google Ads enum introspection helper

feat(ads): dynamic Google Ads enum introspection helper #51

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v7
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: uv sync --extra dev
- name: Run tests
run: uv run python -m pytest tests/ -v