feat: consume OVOS-INTENT-4 template registration (alongside legacy) #25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: E2E Tests (ovoscope) | |
| on: | |
| pull_request: | |
| branches: [dev] | |
| paths: | |
| - 'padacioso/**' | |
| - 'test/test_ovoscope_e2e.py' | |
| - 'test/end2end/**' | |
| - '.github/workflows/ovoscope.yml' | |
| workflow_dispatch: | |
| jobs: | |
| e2e: | |
| uses: OpenVoiceOS/gh-automations/.github/workflows/ovoscope.yml@dev | |
| with: | |
| install_extras: "test" | |
| test_path: "test/test_ovoscope_e2e.py test/end2end/" | |
| # padacioso is always available via ovos-workshop, but install it | |
| # explicitly here so the engine under test is the local checkout | |
| # (not whatever ovos-workshop ships). | |
| pre_release: true |