Skip to content

Commit 20038bc

Browse files
committed
Update skill tests to prevent legacy skill loading
1 parent f5c637a commit 20038bc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/skill_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
# TODO: Padacioso handling extra words with high-conf.
1717
test_padacioso: false
1818
test_padatious: true
19+
skill_entrypoint: "skill-date_time.neongeckocom"
1920
skill_resource_tests:
2021
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
22+
with:
23+
skill_entrypoint: "skill-date_time.neongeckocom"
2124
skill_install_tests:
2225
uses: neongeckocom/.github/.github/workflows/skill_test_installation.yml@master
2326
with:
24-
test_osm: false
27+
test_osm: false

0 commit comments

Comments
 (0)