Skip to content

Improve ThemeJSON handling #36

Improve ThemeJSON handling

Improve ThemeJSON handling #36

Workflow file for this run

name: PHPUnit tests
on: pull_request
jobs:
phpunit:
name: phpunit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: "8.0"
- name: npm install
run: npm install
- name: composer install
run: cd ./wp/headless-wp && composer install --ignore-platform-reqs
- name: Run tests
run: npm run test:php -w=wp/headless-wp