Skip to content

feat(ui): add single select component to form extension #26

feat(ui): add single select component to form extension

feat(ui): add single select component to form extension #26

Workflow file for this run

name: beeai-sdk-py-test
permissions:
contents: read
on:
workflow_dispatch: { }
pull_request:
paths:
- 'apps/beeai-sdk-py/**'
push:
branches:
- main
paths:
- 'apps/beeai-sdk-py/**'
jobs:
beeai-sdk-py-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Set up Lima"
uses: lima-vm/lima-actions/setup@v1
id: lima-actions-setup
- name: "Cache ~/.cache/lima"
uses: actions/cache@v4
with:
path: ~/.cache/lima
key: lima-${{ steps.lima-actions-setup.outputs.version }}
- uses: ./.github/actions/setup
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: mise run beeai-sdk-py:e2e-test