Skip to content

Commit

Permalink
Enforce MPD setup during installation (#2309)
Browse files Browse the repository at this point in the history
* fix: removed obsolete file

* fix: removed non optional mpd setup option. 

always install mpd config

* fix: renamed test scripts

* change: change spotify setup default to no

* fix: rename sample mpd.conf
  • Loading branch information
AlvinSchiller authored Mar 28, 2024
1 parent d17f3fb commit 5bd19aa
Show file tree
Hide file tree
Showing 11 changed files with 123 additions and 591 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_docker_debian_codename_sub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
fail-fast: false
matrix:
username: ['pi']
test_script: ['run_installation_classic.sh', 'run_installation_tests2.sh', 'run_installation_tests3.sh', 'run_installation_staticip_dhcpcd.sh', 'run_installation_autohotspot_dhcpcd.sh', 'run_installation_autohotspot_NetworkManager.sh']
test_script: ['run_installation_classic.sh', 'run_installation_rfid.sh', 'run_installation_spotify.sh', 'run_installation_staticip_dhcpcd.sh', 'run_installation_autohotspot_dhcpcd.sh', 'run_installation_autohotspot_NetworkManager.sh']
include:
- username: 'hans'
test_script: 'run_installation_classic.sh'
Expand Down
Loading

0 comments on commit 5bd19aa

Please sign in to comment.