Skip to content

feat: easier way to handle failure/waiting status of streams #14

feat: easier way to handle failure/waiting status of streams

feat: easier way to handle failure/waiting status of streams #14

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