Skip to content

feat: added Project Discovery Provider #227

feat: added Project Discovery Provider

feat: added Project Discovery Provider #227

Workflow file for this run

name: pytest
on:
pull_request:
branches: [ main ]
types:
- synchronize
- opened
- reopened
jobs:
v3-9:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Python runtime test
uses: ./.github/actions/pytest
with:
python-version: "3.9"
v3-10:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Python runtime test
uses: ./.github/actions/pytest
with:
python-version: "3.10"
v3-11:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Python runtime test
uses: ./.github/actions/pytest
with:
python-version: "3.11"