Skip to content

test: add comprehensive tests for Queue and Cleaners #157

test: add comprehensive tests for Queue and Cleaners

test: add comprehensive tests for Queue and Cleaners #157

Workflow file for this run

name: Mocha Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libavahi-compat-libdnssd-dev python3-guessit
- uses: actions/checkout@v3
with:
submodules: true
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run test:mocha