Skip to content

Update yup schema example with correct comments (#136) #22

Update yup schema example with correct comments (#136)

Update yup schema example with correct comments (#136) #22

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: npm ci
- name: Build packages
run: npm run build
- name: Cypress run
uses: cypress-io/github-action@v6
with:
install-command: npm install
project: apps/web
start: npm run cypress
browser: chrome
component: true