Skip to content

add catalogue demo and thumbnail #28

add catalogue demo and thumbnail

add catalogue demo and thumbnail #28

Workflow file for this run

name: Cypress component tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
with:
component: true
env: '{"CI": true}'