Skip to content

fix: add orgname and orgid parameters to access original room of lesson #162

fix: add orgname and orgid parameters to access original room of lesson

fix: add orgname and orgid parameters to access original room of lesson #162

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install node_modules
run: yarn
- name: Run tests
run: yarn test