Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stage-device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shell: bash
run: |
set -e
python tests/test_ssh_device_ci.py
python tests/devices/test_ssh_device_ci.py

- name: Run benchmark dry-run via SSH
shell: bash
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ See [Configuration Reference](docs/configuration.md) for details.
- **[Android Installer Module](docs/android_installer.md)** - Automated Android SDK/NDK setup
- **[Build Guide](docs/build-guide.md)** - Building OpenVINO for mobile
- **[Benchmarking Guide](docs/benchmarking.md)** - Running and interpreting benchmarks
- **[Testing Guide](docs/testing.md)** - Running and writing tests
- **[CI/CD Integration](docs/ci-cd.md)** - GitHub Actions and automation
- **[API Reference](docs/api-reference.md)** - Python API documentation
- **[Troubleshooting](docs/troubleshooting.md)** - Common issues and solutions
Expand Down
Loading
Loading