Skip to content

Merge pull request #3 from codebar-ag/feature-improved-migration-hand… #18

Merge pull request #3 from codebar-ag/feature-improved-migration-hand…

Merge pull request #3 from codebar-ag/feature-improved-migration-hand… #18

Workflow file for this run

name: Pest Tests
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
pest:
name: Pest Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
extensions: dom, curl, fileinfo, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
- name: Install Composer Dependencies
run: composer install --no-progress --prefer-dist --no-interaction --optimize-autoloader
- name: Run Pest Tests
run: ./vendor/bin/pest