Skip to content

Do not throw error if string given to component #7

Do not throw error if string given to component

Do not throw error if string given to component #7

Workflow file for this run

name: test-workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bunx playwright install
- run: bunx playwright install-deps
- run: bunx playwright test