Skip to content

Commit

Permalink
[ci] Add scenarios Ubuntu 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 28, 2023
1 parent 07cf5a0 commit 7882be6
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/scenarios-ubuntu2310.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Scenarios on Ubuntu 23.10 x86_64

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
shell-testing:
runs-on: ubuntu2310-t490
steps:
- name: Installer requirements
run: |
apt-get update
apt-get install curl git -y
mkdir -p ~/.config/ovos-installer
- name: Scenario containers, development, ovos, skills
run: |
cat <<EOF >~/.config/ovos-installer/scenario.yaml
---
uninstall: false
method: containers
channel: development
profile: ovos
features:
skills: true
gui: false
rapsberry_pi_tuning: false
share_telemetry: false
EOF
sh -c "curl -s https://raw.githubusercontent.com/OpenVoiceOS/ovos-installer/main/installer.sh -o installer.sh && chmod +x installer.sh && sudo ./installer.sh"

0 comments on commit 7882be6

Please sign in to comment.