Skip to content

New Crowdin updates #589

New Crowdin updates

New Crowdin updates #589

Workflow file for this run

name: Playwright Tests
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
timeout-minutes: 60
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps webkit --only-shell
- name: Run Playwright tests
run: npm run test