Skip to content

[core] feat: add support for generating results_placeholder #8

[core] feat: add support for generating results_placeholder

[core] feat: add support for generating results_placeholder #8

name: Run tests for garf-google-ads
on:
workflow_dispatch:
pull_request:
branches: [main]
paths:
- 'libs/community/google/ads/garf_google_ads/**'
env:
UV_SYSTEM_PYTHON: 1
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Setup uv
uses: astral-sh/setup-uv@v5
with:
version: "0.5.4"
enable-cache: true
- name: Install dependencies
run: |
uv pip install pytest
- name: Test ${{ matrix.library }}
run: |
cd libs/community/google/ads/
uv pip install -e .
pytest tests/unit