Skip to content

chore(deps): bump @babel/traverse from 7.21.5 to 7.23.2 #100

chore(deps): bump @babel/traverse from 7.21.5 to 7.23.2

chore(deps): bump @babel/traverse from 7.21.5 to 7.23.2 #100

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