Skip to content

chore(i18n): translations update #1686

chore(i18n): translations update

chore(i18n): translations update #1686

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- beta
paths:
- 'packages/**'
- 'tests/**'
- 'package-lock.json'
- '.github/workflows/tests.yml'
pull_request:
branches:
- main
- beta
paths:
- 'packages/**'
- 'tests/**'
- 'package-lock.json'
- '.github/workflows/tests.yml'
jobs:
e2e:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Clean install
run: npm ci
- name: Run tests
uses: hankolsen/xvfb-action@dcb076c1c3802845f73bb6fe14a009d8d3377255
with:
run: npm run test