Skip to content

PR-9420 Added new DrupalCMS guide on using Project Browser. #147

PR-9420 Added new DrupalCMS guide on using Project Browser.

PR-9420 Added new DrupalCMS guide on using Project Browser. #147

Workflow file for this run

name: JavaScript Unit Tests
on:
pull_request:
paths:
- 'src/**'
- '.github/workflows/vitest.yml'
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
- run: npm ci
- run: npx vitest src/components