Pydantic Family Integration Tests #91
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@v3 | |
- name: test | |
run: make test-pydantic-settings | |
test-pydantic-extra-types: | |
name: test pydantic extra types | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: test | |
run: make test-pydantic-extra-types |