Skip to content

Commit

Permalink
Github test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 committed Nov 5, 2021
1 parent 8cf7d8e commit c01e504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: laravel_schemaless_attributes
MYSQL_ROOT_PASSWORD: null
MYSQL_USER: username
MYSQL_PASSWORD: null
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
Expand All @@ -38,7 +36,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, intl, exif, iconv
coverage: none

- name: Install dependencies
Expand Down
2 changes: 0 additions & 2 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
environment:
MYSQL_ROOT_PASSWORD: null
MYSQL_DATABASE: "laravel_schemaless_attributes"
MYSQL_USER: "username"
MYSQL_PASSWORD: null
MYSQL_ROOT_HOST: "0.0.0.0"
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
ports:
Expand Down

0 comments on commit c01e504

Please sign in to comment.