Skip to content

Testing

Testing #210

Workflow file for this run

name: Testing
on:
pull_request:
push:
branches:
- main
- master
schedule:
- cron: '17 1 * * *' # Run every day on a seemly random time.
jobs:
test:
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main

Check failure on line 14 in .github/workflows/testing.yml

View workflow run for this annotation

GitHub Actions / Testing

Invalid workflow file

The workflow is not valid. In .github/workflows/testing.yml (Line: 14, Col: 11): Error from called workflow wp-cli/.github/.github/workflows/reusable-testing.yml@main (Line: 136, Col: 16): Unexpected symbol: '='. Located at position 17 within expression: matrix.dbtype !== 'sqlite' && format('mysql:{0}', matrix.mysql) || '' wp-cli/.github/.github/workflows/reusable-testing.yml@main (Line: 185, Col: 13): Unexpected symbol: '='. Located at position 17 within expression: matrix.dbtype !== 'sqlite' && matrix.php >= inputs.minimum-php && steps.check_files.outputs.files_exists == 'true'