Skip to content

Feat: add mympd_uri to mympd_state lua table #1279 #4169

Feat: add mympd_uri to mympd_state lua table #1279

Feat: add mympd_uri to mympd_state lua table #1279 #4169

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: installdeps
run: sudo ./build.sh installdeps
- name: build
run: |
if ! ./build.sh test
then
debug/bin/unit_test
fi