chore: docs tests and misc optimizations #5
Workflow file for this run
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: Ovoscope End-to-End Tests | |
| on: | |
| push: | |
| branches: [dev] | |
| pull_request: | |
| branches: [dev] | |
| workflow_dispatch: | |
| jobs: | |
| ovoscope: | |
| uses: OpenVoiceOS/gh-automations/.github/workflows/ovoscope.yml@dev | |
| secrets: inherit | |
| with: | |
| runner: "ubuntu-latest" | |
| python_version: "3.11" | |
| system_deps: "python3-dev swig libssl-dev portaudio19-dev libpulse-dev libfann-dev" | |
| install_extras: "test" | |
| test_path: "test/end2end/" | |
| require_adapt: true | |
| require_padatious: true | |
| bus_coverage: true | |
| bus_coverage_include: "" | |
| bus_coverage_exclude: "^Thread-|^intents$|^skills$|^__core__$" | |
| pr_comment: true |