Skip to content

Update material-ui monorepo #2078

Update material-ui monorepo

Update material-ui monorepo #2078

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Run test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
cache: npm
- run: npm i
- run: npm run test:ci