Skip to content

fix(app): Fixes a typo in the ClearSettings command that was stopping execution #182

fix(app): Fixes a typo in the ClearSettings command that was stopping execution

fix(app): Fixes a typo in the ClearSettings command that was stopping execution #182

Workflow file for this run

name: PHPUnit
on:
pull_request:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'phpunit*'
- '.github/workflows/phpunit.yml'
push:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'phpunit*'
- '.github/workflows/phpunit.yml'
jobs:
phpunit:
uses: codeigniter4/.github/.github/workflows/phpunit.yml@main