Skip to content

Only load the coblocks-site-content plugin on post-new.php #543

Only load the coblocks-site-content plugin on post-new.php

Only load the coblocks-site-content plugin on post-new.php #543

Workflow file for this run

name: Test / JS
on:
pull_request:
branches:
- master
jobs:
js_unit:
name: Unit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Run tests
run: yarn run test:js