Skip to content

Merge branch 'main' of https://github.com/lasanseniya/nova-web-app #1

Merge branch 'main' of https://github.com/lasanseniya/nova-web-app

Merge branch 'main' of https://github.com/lasanseniya/nova-web-app #1

Workflow file for this run

name: 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