Skip to content

Bump @mui/lab from 5.0.0-alpha.114 to 5.0.0-alpha.175 #69

Bump @mui/lab from 5.0.0-alpha.114 to 5.0.0-alpha.175

Bump @mui/lab from 5.0.0-alpha.114 to 5.0.0-alpha.175 #69

Workflow file for this run

name: 🧪 Unit Tests (Jest)
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: 🧪 Unit Tests (Jest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 📦 Install modules
run: npm install
- name: ⚙️ Run tests
run: npm run test --coverage