Skip to content

fix: populate script isRtl in controller and svelte #226

fix: populate script isRtl in controller and svelte

fix: populate script isRtl in controller and svelte #226

Workflow file for this run

name: Run-Tests
on:
workflow_dispatch:
push:
branches:
- next
pull_request:
branches:
- main
- next
concurrency:
group: run-tests-${{ github.ref }}
cancel-in-progress: true
# Keep setup/test semantics aligned with release.yml where applicable.
jobs:
run-tests:
runs-on: windows-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Node, dependencies, and Playwright
uses: ./.github/actions/setup-ci-deps
- name: Build package and run tests
uses: ./.github/actions/build-and-test