Skip to content

Fix: syntax error

Fix: syntax error #134

Workflow file for this run

# This workflow test the webradio add/modify/delete actions
name: test
on:
push:
paths:
- 'build.sh'
- 'test/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: installdeps
run: sudo apt install imagemagick
- name: test
run: ./test/test.sh