From c21d165d2cfe7d56bab8f0a31b675c38d160b9f4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 18 Dec 2020 20:58:48 +0000 Subject: [PATCH] Updating GHES workflows --- ci/laravel.yml | 32 --------------------------- ci/properties/laravel.properties.json | 9 -------- icons/php.svg | 1 - 3 files changed, 42 deletions(-) delete mode 100644 ci/laravel.yml delete mode 100644 ci/properties/laravel.properties.json delete mode 100644 icons/php.svg diff --git a/ci/laravel.yml b/ci/laravel.yml deleted file mode 100644 index b32ad88..0000000 --- a/ci/laravel.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Laravel - -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] - -jobs: - laravel-tests: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Copy .env - run: php -r "file_exists('.env') || copy('.env.example', '.env');" - - name: Install Dependencies - run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - - name: Generate key - run: php artisan key:generate - - name: Directory Permissions - run: chmod -R 777 storage bootstrap/cache - - name: Create Database - run: | - mkdir -p database - touch database/database.sqlite - - name: Execute tests (Unit and Feature tests) via PHPUnit - env: - DB_CONNECTION: sqlite - DB_DATABASE: database/database.sqlite - run: vendor/bin/phpunit diff --git a/ci/properties/laravel.properties.json b/ci/properties/laravel.properties.json deleted file mode 100644 index f10a462..0000000 --- a/ci/properties/laravel.properties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "Laravel", - "description": "Test a Laravel project.", - "iconName": "php", - "categories": [ - "PHP", - "Laravel" - ] -} \ No newline at end of file diff --git a/icons/php.svg b/icons/php.svg deleted file mode 100644 index 5a3bfa9..0000000 --- a/icons/php.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file