Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Merge pull request #21 from takejohn/patch/playlist-duration #13

Merge pull request #21 from takejohn/patch/playlist-duration

Merge pull request #21 from takejohn/patch/playlist-duration #13

Workflow file for this run

name: code-tester
on:
pull_request:
branches: v14
push:
branches: v14
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: 18
- name: Unit test
run: |
node -v
npm install
cp config.json.example config.json
npm test