Skip to content

Add launch kit and repo promotion assets #37

Add launch kit and repo promotion assets

Add launch kit and repo promotion assets #37

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- run: npx playwright install chromium
- run: npm test
- run: npm run test:services
- run: npm run lighthouse:services
- run: npm run build