Skip to content

Promote old video component diagnostics #99

Promote old video component diagnostics

Promote old video component diagnostics #99

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
check:
name: Static checks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run checks
run: npm run check
- name: Install smoke browser
run: npx playwright install --with-deps chromium
- name: Run browser smoke test
run: npm run test:smoke