Skip to content

Addition of room owners and banning functionality #529

Addition of room owners and banning functionality

Addition of room owners and banning functionality #529

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
frontend:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3.6.0
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test:frontend