Skip to content

Restore ability to generate documentation JSON blob. #78

Restore ability to generate documentation JSON blob.

Restore ability to generate documentation JSON blob. #78

Workflow file for this run

name: Unit Tests
on:
pull_request:
push:
workflow_dispatch:
jobs:
test-php:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php:
- '7.2'
env:
WP_ENV_PHP_VERSION: ${{ matrix.php }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Setup Environment
run: |
composer install --no-interaction --no-security-blocking
npm run setup
- name: Test
run: npm run test