Skip to content

Bump @mui/material from 6.1.0 to 6.1.1 #251

Bump @mui/material from 6.1.0 to 6.1.1

Bump @mui/material from 6.1.0 to 6.1.1 #251

Workflow file for this run

name: Run Tests
on:
pull_request:
types: [opened, synchronize]
workflow_dispatch:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: yarn
- name: Generate icons
run: yarn generate
- name: Run tests
run: yarn test