Skip to content

test(i18n): make test suite locale-aware and tighten i18n assertions #4

test(i18n): make test suite locale-aware and tighten i18n assertions

test(i18n): make test suite locale-aware and tighten i18n assertions #4

Workflow file for this run

name: Test Quality Gates
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: test-quality-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-all-tests:
name: Run Full Test Suite
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run all tests
run: npm test