PHP Classes

File: .github/workflows/tests.yml

Recommend this page to a friend!
  Classes of Alun   Flexible Laravel Migration Seeder   .github/workflows/tests.yml   Download  
File: .github/workflows/tests.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Flexible Laravel Migration Seeder
Provide a Laravel migration data seeder class
Author: By
Last change:
Date: 8 months ago
Size: 483 bytes
 

Contents

Class file image Download
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.2 tools: composer:v2 coverage: xdebug - name: Install Dependencies run: composer install --no-interaction --prefer-dist --optimize-autoloader - name: Tests run: ./vendor/bin/pest