Skip to content

Bump @mui/material from 6.1.1 to 6.1.2 in /ui (#18) #16

Bump @mui/material from 6.1.1 to 6.1.2 in /ui (#18)

Bump @mui/material from 6.1.1 to 6.1.2 in /ui (#18) #16

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run Unit Tests
run: make test-unit