Skip to content

Feat: fixes URL so it's the roomName not just room #66

Feat: fixes URL so it's the roomName not just room

Feat: fixes URL so it's the roomName not just room #66

Workflow file for this run

name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
environment: Test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/[email protected]
with:
build: npm run build
start: npm start