Skip to content

v0.1.2 - Misc changes #554

v0.1.2 - Misc changes

v0.1.2 - Misc changes #554

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]
multisite: [true, false]
wp_version: ['6.1', 'latest']
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@feature/php-tests-core-suite

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

View workflow run for this annotation

GitHub Actions / .github/workflows/unit-tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/unit-tests.yml" -> "alleyinteractive/.github/.github/workflows/php-tests.yml@feature/php-tests-core-suite" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
multisite: ${{ matrix.multisite }}
php: ${{ matrix.php }}
wordpress: ${{ matrix.wp_version }}
object-cache: ${{ matrix.object }}
test-suite: 'core-test-suite'
package-directory: 'plugins/wp-graphql-buddypress'