Skip to content

Commit 9ecc85a

Browse files
authored
[fix] ci config
- removes phpenv command
1 parent 9b0b7a1 commit 9ecc85a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/laravel.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- name: Remove Xdebug
11-
run: phpenv config-rm xdebug.ini
1210
- name: Install Dependencies
1311
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
1412
- name: Execute tests (Unit and Feature tests) via PHPUnit
15-
env:
16-
DB_CONNECTION: sqlite
17-
DB_DATABASE: database/database.sqlite
1813
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)