Skip to content

chore(deps): update dependency @mui/lab to v5.0.0-alpha.150 #606

chore(deps): update dependency @mui/lab to v5.0.0-alpha.150

chore(deps): update dependency @mui/lab to v5.0.0-alpha.150 #606

Workflow file for this run

name: Cypress tests
on: [push]
jobs:
test:
concurrency: cypress-${{ github.head_ref || github.ref }}
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: component tests 🧪
uses: cypress-io/github-action@v5
with:
component: true
browser: chrome
# after the test run completes
# store videos and any screenshots
# NOTE: screenshots will be generated only if a test failed
- name: upload screenshots
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots