Skip to content

Update README.md to make client-side-templates examples work with v2 … #13

Update README.md to make client-side-templates examples work with v2 …

Update README.md to make client-side-templates examples work with v2 … #13

name: Tests - client-side-templates
on:
push:
branches: [ main ]
paths:
- 'src/client-side-templates/**'
- '.github/workflows/client-side-templates.yml'
pull_request:
branches: [ main ]
paths:
- 'src/client-side-templates/**'
- '.github/workflows/client-side-templates.yml'
workflow_dispatch:
jobs:
test_suite:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
working-directory: ./src/client-side-templates
- run: npm test
working-directory: ./src/client-side-templates