Pydantic Family Integration Tests #229
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pydantic Family Integration Tests | |
on: | |
schedule: | |
- cron: '21 3 * * 1,2,3,4,5' | |
workflow_dispatch: {} | |
jobs: | |
test-pydantic-settings: | |
name: Test pydantic settings | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run tests | |
run: make test-pydantic-settings | |
test-pydantic-extra-types: | |
name: Test pydantic extra types | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run tests | |
run: make test-pydantic-extra-types |