Skip to content

feat: new voices and wakewords #202

feat: new voices and wakewords

feat: new voices and wakewords #202

Workflow file for this run

# This workflow will run unit tests
name: Test Skill
on:
pull_request:
workflow_dispatch:
jobs:
py_build_tests:
uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
skill_unit_tests:
uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
with:
neon_versions: '[3.8, 3.9, "3.10", "3.11"]'
skill_intent_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
skill_resource_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
skill_install_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_installation.yml@master
with:
test_osm: false