Skip to content

fix: don't create duplicate languages from retired ISO 639-3 codes (BL-15916) #231

fix: don't create duplicate languages from retired ISO 639-3 codes (BL-15916)

fix: don't create duplicate languages from retired ISO 639-3 codes (BL-15916) #231

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