Skip to content

[PLTFRM-762]: migrate from capabilities to roles in inactive users #101

[PLTFRM-762]: migrate from capabilities to roles in inactive users

[PLTFRM-762]: migrate from capabilities to roles in inactive users #101

Workflow file for this run

name: PHP Unit Tests
on:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: php-actions/composer@v6
with:
php_version: "8.2"
dev: "yes"
- name: Run tests
run: |
composer test