Skip to content

Show settings support #17

Show settings support

Show settings support #17

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- uses: php-actions/composer@v6
with:
php_extensions: mysqli
- run: echo "Composer dependencies have been installed"
- run: vendor/bin/phpunit