Skip to content

Use correct filenames (with samplerate suffix) in unit test #25

Use correct filenames (with samplerate suffix) in unit test

Use correct filenames (with samplerate suffix) in unit test #25

Workflow file for this run

name: All branches but main - test only
on:
push:
branches-ignore:
- "main"
paths-ignore:
- Dockerfile
- .dockerignore
- README.md
- LICENSE
jobs:
test:
uses: "./.github/workflows/_test.yml"