Skip to content

chore: new automations #53

chore: new automations

chore: new automations #53

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.json and run "npx projen".
name: skill_tests
on:
pull_request: {}
workflow_dispatch: {}
jobs:
py_build_tests:
name: py_build_tests
permissions:
contents: read
uses: openvoiceos/.github/.github/workflows/python_build_tests.yml@feat/shared_actions1
with:
python_matrix: '["3.10", "3.11", "3.12"]'
skill_unit_tests:
name: skill_unit_tests
permissions:
contents: read
uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
with:
ovos_versions: '["3.10", "3.11", "3.12"]'