Skip to content

Add push trigger for A/B experiment #1

Add push trigger for A/B experiment

Add push trigger for A/B experiment #1

Workflow file for this run

name: AB Experiment
on:
push:
branches:
- ci/ab-d-opcache
workflow_dispatch:
jobs:
ab:
strategy:
fail-fast: false
matrix:
rep: [1, 2, 3]
opcache: [true, false]
uses: wp-cli/.github/.github/workflows/reusable-functional.yml@experiment/ab-d-opcache
secrets: inherit
with:
php: '8.5'
wp: 'trunk'
dbtype: 'sqlite'
os: 'windows-2022'
enable_opcache: ${{ matrix.opcache }}