Skip to content

Feature/notify creator new fan #33

Feature/notify creator new fan

Feature/notify creator new fan #33

Workflow file for this run

name: SubStream API Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.11.0'
- name: Install FFmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- run: npm ci
- run: npm test