diff --git a/.github/workflows/skill_tests.yml b/.github/workflows/skill_tests.yml index 556b65f..9dc4f63 100644 --- a/.github/workflows/skill_tests.yml +++ b/.github/workflows/skill_tests.yml @@ -12,10 +12,12 @@ jobs: # uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master skill_intent_tests: uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master + with: + ovos_versions: "[]" 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 - # OSM is failing, so skip tests until upstream fix \ No newline at end of file + # OSM is failing, so skip tests until upstream fix diff --git a/locale/uk-ua/speak.intent b/locale/uk-ua/speak.intent new file mode 100644 index 0000000..9654737 --- /dev/null +++ b/locale/uk-ua/speak.intent @@ -0,0 +1 @@ +(скажи|повтори) {phrase} diff --git a/test/test_intents.yaml b/test/test_intents.yaml index 3cc0a44..3f0192b 100644 --- a/test/test_intents.yaml +++ b/test/test_intents.yaml @@ -28,7 +28,17 @@ en-us: - repeat this is a longer phrase to repeat back: - phrase: this is a longer phrase to repeat back +uk-ua: + speak.intent: + - скажи привіт: + - phrase: привіт + - повтори це довша фраза для повторення: + - phrase: це довша фраза для повторення + - скажи доброго дня: + - phrase: доброго дня + - повтори я тестую голосового асистента: + - phrase: я тестую голосового асистента + unmatched intents: en-us: - how do you say hello in spanish - - how do you say thank you in ukrainian \ No newline at end of file diff --git a/test/test_resources.yaml b/test/test_resources.yaml index a4c1271..666f297 100644 --- a/test/test_resources.yaml +++ b/test/test_resources.yaml @@ -25,6 +25,7 @@ languages: - "ru-ru" - "sv-se" - "tr-tr" + - "uk-ua" # vocab is lowercase .voc file basenames vocab: []