Skip to content

custom input fields #9633

custom input fields

custom input fields #9633

Workflow file for this run

---
# This workflow runs all client tests
name: Client Tests
# yamllint disable-line rule:truthy
on:
workflow_call:
push:
branches: ['main']
paths:
- 'packages/client/**'
pull_request:
branches: ['main']
paths:
- 'packages/client/**'
jobs:
unit-tests:
name: Client Unit Tests
uses: ./.github/workflows/test-client-unit.yaml