PHP Classes

File: .github/workflows/master.yml

Recommend this page to a friend!
  Packages of Thiago Przyczynski   Laravel CRUD Tools   .github/workflows/master.yml   Download  
File: .github/workflows/master.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel CRUD Tools
Provides components to build CRUD interfaces
Author: By
Last change:
Date: 9 months ago
Size: 636 bytes
 

Contents

Class file image Download
name: Master on: push: branches: [ master ] pull_request: branches: [ master ] jobs: laravel-tests: runs-on: ubuntu-latest steps: - uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e with: php-version: '8.1' - uses: actions/checkout@v3 - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - name: Execute tests (Unit and Feature tests) via PHPUnit env: DB_CONNECTION: sqlite DB_DATABASE: database/database.sqlite run: vendor/bin/phpunit