Skip to content

feat(localize): updated translation from Crowdin #444

feat(localize): updated translation from Crowdin

feat(localize): updated translation from Crowdin #444

Workflow file for this run

name: CI (Pull Requests)
on:
pull_request:
branches: [main, beta, alpha]
permissions: read-all
jobs:
test_unit:
name: Run Test Units
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Use Node.js LTS version
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: lts/Iron
- name: Install dependency
run: npm ci
- name: Build output
run: npm run build
- name: Run Test Units
run: npm run test
- name: Browser version testing
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a
with:
command-prefix: '--'
install: false
browser: chrome
build: npm run setup:client
start: npm run start:client