Skip to content

fix(breakout-rooms): breakout room button is cases where config is not re-evaluated #98

fix(breakout-rooms): breakout room button is cases where config is not re-evaluated

fix(breakout-rooms): breakout room button is cases where config is not re-evaluated #98

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