Skip to content

Completed more features and Updated README #12

Completed more features and Updated README

Completed more features and Updated README #12

Workflow file for this run

name: Cypress Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Cypress Test
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node environment
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Install dependencies
run: yarn
# - name: Cypress run
# uses: cypress-io/github-action@v5
# with:
# build: yarn workspace client build
# start: yarn workspace client start