Skip to content

Unit test for spectogram_util, mimicing Tengs example #5

Unit test for spectogram_util, mimicing Tengs example

Unit test for spectogram_util, mimicing Tengs example #5

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"