Skip to content

Fixing typeerror when get_term() returns WP_Error #2

Fixing typeerror when get_term() returns WP_Error

Fixing typeerror when get_term() returns WP_Error #2

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
php-tests:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Run PHP Tests in src directory
uses: alleyinteractive/action-test-php@develop
with:
skip-services: 'true'