Skip to content

6585 - V2 settings filters #6666

6585 - V2 settings filters

6585 - V2 settings filters #6666

name: Component testing
on:
push:
branches:
- production
- development
- staging
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
cypress-run:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5
with:
browser: chrome
component: true