Skip to content

fix(deps): update material-ui monorepo to v6.2.1 #1449

fix(deps): update material-ui monorepo to v6.2.1

fix(deps): update material-ui monorepo to v6.2.1 #1449

Workflow file for this run

name: Frontend tests
on: push
defaults:
run:
working-directory: frontend
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: prepare
run: yarn install
- name: test
run: yarn test