Skip to content

Initial commit v1.0.9 clone #1

Initial commit v1.0.9 clone

Initial commit v1.0.9 clone #1

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
tools: composer:v2
extensions: mbstring, pdo, pdo_sqlite
coverage: xdebug
- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader
- name: Run pest
run: ./vendor/bin/pest