Skip to content

feat: allow getting context from same component #31

feat: allow getting context from same component

feat: allow getting context from same component #31

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