Skip to content

refactor: unify component registration and template creation #13

refactor: unify component registration and template creation

refactor: unify component registration and template creation #13

Workflow file for this run

name: test-core
on:
push:
paths:
- 'packages/core/**'
workflow_dispatch:
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
with:
working-directory: packages/core
component: true