Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/skill_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# OSM is failing, so skip tests until upstream fix
1 change: 1 addition & 0 deletions locale/uk-ua/speak.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(скажи|повтори) {phrase}
12 changes: 11 additions & 1 deletion test/test_intents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions test/test_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ languages:
- "ru-ru"
- "sv-se"
- "tr-tr"
- "uk-ua"

# vocab is lowercase .voc file basenames
vocab: []
Expand Down
Loading