Skip to content

Auto-generated library v3.1.0b0 for API v1.70.0-beta.0. (#343) #6

Auto-generated library v3.1.0b0 for API v1.70.0-beta.0. (#343)

Auto-generated library v3.1.0b0 for API v1.70.0-beta.0. (#343) #6

Workflow file for this run

name: Test PR
on:
push:
branches: ['main', 'beta']
paths:
- 'meraki/**'
- 'tests/unit/**'
- 'tests/integration/**'
- 'pyproject.toml'
- 'uv.lock'
pull_request:
branches: ['main', 'beta']
paths:
- 'meraki/**'
- 'tests/unit/**'
- 'tests/integration/**'
- 'pyproject.toml'
- 'uv.lock'
jobs:
test:
uses: ./.github/workflows/test-library.yml
secrets: inherit