Skip to content

Changes room_id and gameName to room_name or roomName #62

Changes room_id and gameName to room_name or roomName

Changes room_id and gameName to room_name or roomName #62

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