Skip to content

chore(deps): bump @mui/icons-material from 5.15.15 to 5.15.17 #41

chore(deps): bump @mui/icons-material from 5.15.15 to 5.15.17

chore(deps): bump @mui/icons-material from 5.15.15 to 5.15.17 #41

Workflow file for this run

name: CI Test
on:
push:
branches:
- master
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test-ci