We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0b7a1 commit 9ecc85aCopy full SHA for 9ecc85a
.github/workflows/laravel.yml
@@ -7,12 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v1
10
- - name: Remove Xdebug
11
- run: phpenv config-rm xdebug.ini
12
- name: Install Dependencies
13
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
14
- name: Execute tests (Unit and Feature tests) via PHPUnit
15
- env:
16
- DB_CONNECTION: sqlite
17
- DB_DATABASE: database/database.sqlite
18
run: vendor/bin/phpunit
0 commit comments