Skip to content

feat(internal): CF livestream viewer with stats #72

feat(internal): CF livestream viewer with stats

feat(internal): CF livestream viewer with stats #72

Workflow file for this run

name: Automated tests
on:
pull_request:
branches:
- staging
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm install
- name: Run tests
run: |
npm test