Skip to content

Merge branch 'staging' of https://github.com/huridocs/uwazi into deve… #9002

Merge branch 'staging' of https://github.com/huridocs/uwazi into deve…

Merge branch 'staging' of https://github.com/huridocs/uwazi into deve… #9002

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@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Cypress run
uses: cypress-io/github-action@v5
with:
browser: chrome
component: true