Skip to content

chore: migrate off of the .github workflows #560

chore: migrate off of the .github workflows

chore: migrate off of the .github workflows #560

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
name: "WP: ${{ matrix.wp_version }} - PHP: ${{ matrix.php }}"
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2, 8.3, 8.4]
object: [true, false]
multisite: [true, false]
wp_version: ['6.1', "6.8", 'latest']
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
multisite: ${{ matrix.multisite }}
php: ${{ matrix.php }}
wordpress: ${{ matrix.wp_version }}
object-cache: ${{ matrix.object }}
test-suite: 'core-test-suite'

Check failure on line 25 in .github/workflows/unit-tests.yml

View workflow run for this annotation

GitHub Actions / Unit Tests

Invalid workflow file

The workflow is not valid. .github/workflows/unit-tests.yml (Line: 25, Col: 19): Invalid input, test-suite is not defined in the referenced workflow. .github/workflows/unit-tests.yml (Line: 26, Col: 26): Invalid input, package-directory is not defined in the referenced workflow.
package-directory: 'plugins/wp-graphql-buddypress'