Skip to content

build(deps-dev): bump @mui/icons-material from 5.14.14 to 5.14.15 #204

build(deps-dev): bump @mui/icons-material from 5.14.14 to 5.14.15

build(deps-dev): bump @mui/icons-material from 5.14.14 to 5.14.15 #204

Workflow file for this run

name: Test
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test-ts:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup node environment
uses: actions/setup-node@v3
with:
node-version: 16.18
- name: Fetch dependencies
run: |
yarn
- name: Test typescript
run: |
yarn test