Skip to content

chore(deps): bump @mui/material from 5.15.15 to 6.0.1 #186

chore(deps): bump @mui/material from 5.15.15 to 6.0.1

chore(deps): bump @mui/material from 5.15.15 to 6.0.1 #186

Workflow file for this run

name: Test CI
on: push
permissions:
contents: write # to fetch code (actions/checkout)
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3 # v3
- name: Install dependencies
run: yarn install --immutable
- name: Build workspaces
run: yarn build
- name: Run Test
run: yarn test:coverage
- name: Upload coverage
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage/
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: drl990114/rme