Skip to content

possible fix for not finding mp3 file again #272

possible fix for not finding mp3 file again

possible fix for not finding mp3 file again #272

Workflow file for this run

name: Test
on:
push:
branches:
- "**"
pull_request:
branches:
- "main"
workflow_call:
jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v3
- run: npm ci
- name: Build
run: npm run build
- name: Unit Tests
run: npm run test:unit