Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Jul 4, 2024
1 parent 2577762 commit b47170c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/skill_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
neon_versions: "[3.8, 3.9, '3.10', '3.11']"
ovos_versions: "[3.8, 3.9, '3.10', '3.11']"
skill_intent_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
with:
test_padacioso: false
test_padatious: true
skill_resource_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
# skill_install_tests: # May be bugged from alpha
Expand Down
2 changes: 1 addition & 1 deletion test/test_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dialog:
intents:
# Padatious intents are the `.intent` file names
padatious:
- law_of_robotics_intent
- law_of_robotics

# Adapt intents are the names passed to `IntentBuilder`
adapt:
Expand Down

0 comments on commit b47170c

Please sign in to comment.