Refactor and new adapter components #101
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: CI integration test | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
- reopened | |
# Sequence of patterns matched against refs/heads | |
branches: | |
- master | |
push: | |
branches: | |
- master | |
jobs: | |
integration-test-py310: | |
uses: ./.github/workflows/test.yaml | |
secrets: inherit | |
with: | |
test-suite: integration | |
python-version: "3.10" | |
integration-test-py311: | |
uses: ./.github/workflows/test.yaml | |
secrets: inherit | |
with: | |
test-suite: integration | |
python-version: "3.11" |