mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 13:26:08 +00:00
feat(web): trim dynamic form strings on save (#2349)
This commit is contained in:
@@ -37,6 +37,10 @@ jobs:
|
||||
working-directory: web
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Run frontend unit tests
|
||||
working-directory: web
|
||||
run: pnpm test:unit
|
||||
|
||||
- name: Install Playwright browsers
|
||||
working-directory: web
|
||||
run: pnpm exec playwright install --with-deps chromium
|
||||
|
||||
Reference in New Issue
Block a user