Skip to content

feat(deps): bump @mui/material from 5.15.14 to 5.15.15 #1921

feat(deps): bump @mui/material from 5.15.14 to 5.15.15

feat(deps): bump @mui/material from 5.15.14 to 5.15.15 #1921

Workflow file for this run

name: Cypress Tests (PR)
on:
pull_request:
permissions: read-all
jobs:
cypress-run:
name: Test application
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout for testing
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
ref: main
persist-credentials: false
- name: Use Node.js LTS version
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: lts/Hydrogen
- name: Install Dependencies
run: npm ci
- name: Cypress run component testing
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a
with:
command-prefix: "--"
install: false
component: true
browser: chrome