Skip to content

Bump @mui/material from 6.1.3 to 6.1.4 in /ui #52

Bump @mui/material from 6.1.3 to 6.1.4 in /ui

Bump @mui/material from 6.1.3 to 6.1.4 in /ui #52

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run Unit Tests
run: make test-unit