Skip to content

Commit d4796bf

Browse files
committed
fix ci tests
1 parent ae12798 commit d4796bf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.env.ci

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
APP_NAME=laravel-enum-collection
2+
APP_ENV=local
3+
APP_KEY=base64:jzYcVrLX7NW/PnDQXWsOTVkidz5lTCED6OijfG1r0qg=
4+
APP_LOG_LEVEL=debug
5+
6+
DB_CONNECTION=mysql
7+
DB_HOST=mysql
8+
DB_PORT=3306
9+
DB_DATABASE=test
10+
DB_USERNAME=root
11+
DB_PASSWORD=password

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
mysql:
1414
image: mysql:8
1515
env:
16-
MYSQL_ALLOW_EMPTY_PASSWORD: yes
17-
MYSQL_DATABASE: laravel_enum_collection
16+
MYSQL_ROOT_PASSWORD: password
17+
MYSQL_DATABASE: test
1818
ports:
1919
- 3306
2020
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

0 commit comments

Comments
 (0)