Skip to content

Commit

Permalink
going
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Feb 25, 2021
1 parent 03e49c6 commit 6dbed53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: imagick, mbstring, dom, fileinfo, ${{ matrix.connection }}
# coverage: none
extensions: imagick, ${{ matrix.connection }}
- name: Check PHP Version
run: php -v
- name: Check Composer Version
Expand Down Expand Up @@ -245,9 +244,6 @@ jobs:
./vendor/laravel/dusk/bin/chromedriver-linux &
- name: Run http server
# run: |
# php artisan serve --port=8000 &
# php artisan serve --port=8001 &
run: |
php -S localhost:8000 -t public scripts/tests/server-cc.php &
php -S localhost:8001 -t public scripts/tests/server-cc.php &
Expand Down
4 changes: 2 additions & 2 deletions scripts/ci/.env.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ DB_PASSWORD=secret
DB_USE_UTF8MB4=true

BROADCAST_DRIVER=log
LOG_CHANNEL=single
LOG_CHANNEL=testing

# Values from phpunit.xml
DEBUGBAR_ENABLED=false
CACHE_DRIVER=array
QUEUE_CONNECTION=sync
SESSION_DRIVER=array
SESSION_DRIVER=file
MAIL_MAILER=array

MAIL_FROM_ADDRESS=
Expand Down

0 comments on commit 6dbed53

Please sign in to comment.