Skip to content

feat: consume OVOS-INTENT-4 template registration (alongside legacy) #25

feat: consume OVOS-INTENT-4 template registration (alongside legacy)

feat: consume OVOS-INTENT-4 template registration (alongside legacy) #25

Workflow file for this run

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