Skip to content

chore: clean up npm scripts and pr validation workflow #552

chore: clean up npm scripts and pr validation workflow

chore: clean up npm scripts and pr validation workflow #552

Workflow file for this run

name: Cypress Component Tests
on: [pull_request]
jobs:
cypress:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
name: Install Node 20
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Bootstrap project
run: npm run bootstrap
- name: Run Cypress components tests
run: npm run cy:component