Commit c739b60 1 parent 3a138f5 commit c739b60 Copy full SHA for c739b60
File tree 2 files changed +7
-14
lines changed
2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1
1
APP_KEY =
2
- DB_CONNECTION = mysql
2
+ DB_CONNECTION = sqlite
3
3
DB_HOST = 127.0.0.1
4
4
DB_PORT = 3306
5
- DB_DATABASE = test
6
- DB_USERNAME = root
7
- DB_PASSWORD = password
5
+ DB_DATABASE = :memory"
Original file line number Diff line number Diff line change 6
6
container :
7
7
image : kirschbaumdevelopment/laravel-test-runner:8.3
8
8
9
- services :
10
- mysql :
11
- image : mysql:8.0
12
- env :
13
- MYSQL_ROOT_PASSWORD : password
14
- MYSQL_DATABASE : test
15
- ports :
16
- - 3306:3306
17
- options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
18
-
19
9
steps :
10
+ - uses : actions/setup-sqlite@v1
11
+ with :
12
+ sqlite-version : 3.40.0
13
+ sqlite-year : 2022
14
+
20
15
- uses : actions/checkout@v1
21
16
with :
22
17
fetch-depth : 1
You can’t perform that action at this time.
0 commit comments