Skip to content

PoC: update the plugin to run after built-in primary auth wordpress filters so the plugin only handles 2fa #105

PoC: update the plugin to run after built-in primary auth wordpress filters so the plugin only handles 2fa

PoC: update the plugin to run after built-in primary auth wordpress filters so the plugin only handles 2fa #105

Workflow file for this run

name: WordPress CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.1]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@86e1ccdd8ddc47bffc29bf667143f363a4cdfdbc
with:
php-version: ${{ matrix.php }}
coverage: xdebug
- name: Composer install
run: composer install
- name: PHP tests
run: ./vendor/bin/phpunit --process-isolation tests