Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Bump @mui/material from 5.14.20 to 5.15.0 #764

Bump @mui/material from 5.14.20 to 5.15.0

Bump @mui/material from 5.14.20 to 5.15.0 #764

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18.7.0
- name: Install Dependencies
run: npm install
- name: Run ESLint
run: npm run lint
- name: Run unit tests
run: npm test
- name: Run end-to-end tests
uses: cypress-io/github-action@v2
with:
command: npm run test:e2e
start: npm run start
wait-on: http://localhost:3000