Skip to content

Bump @wp-playground/cli from 1.0.18 to 1.0.19 in /env (#223) #382

Bump @wp-playground/cli from 1.0.18 to 1.0.19 in /env (#223)

Bump @wp-playground/cli from 1.0.18 to 1.0.19 in /env (#223) #382

Workflow file for this run

name: 'Complex Tests'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
complex:
name: 'Run tests'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run performance tests
uses: ./
with:
urls: |
/
/sample-page/
plugins: |
./tests/dummy-plugin
blueprint: './tests/blueprint-complex.json'
iterations: 5
repetitions: 1
wp-version: 'trunk'
php-version: '7.4'