Skip to content

feat(skill): fully functional sections #23

feat(skill): fully functional sections

feat(skill): fully functional sections #23

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: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
skill_unit_tests:
name: skill_unit_tests
permissions:
contents: read
uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
with:
neon_versions: '[3.9, "3.10", "3.11"]'
ovos_versions: '[3.9, "3.10", "3.11"]'
skill_intent_tests:
name: skill_intent_tests
permissions:
contents: read
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
with:
neon_versions: '[3.9, "3.10", "3.11"]'
ovos_versions: '[3.9, "3.10", "3.11"]'