File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 18
18
args : --config=.php-cs-fixer.php --allow-risky=yes
19
19
20
20
- name : Commit changes
21
- uses : stefanzweifel/git-auto-commit-action@v4
21
+ uses : stefanzweifel/git-auto-commit-action@v5
22
22
with :
23
23
commit_message : Fix styling
Original file line number Diff line number Diff line change 16
16
MYSQL_DATABASE : db_test_laravel
17
17
ports :
18
18
- 33306:3306
19
- options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
19
+ options : >-
20
+ --health-cmd="mysqladmin ping"
21
+ --health-interval=10s
22
+ --health-timeout=5s
23
+ --health-retries=3
20
24
21
25
strategy :
22
26
fail-fast : false
Original file line number Diff line number Diff line change 17
17
POSTGRES_DB : db_test_laravel
18
18
ports :
19
19
- 55432:5432
20
- options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
20
+ options : >-
21
+ --health-cmd pg_isready
22
+ --health-interval 10s
23
+ --health-timeout 5s
24
+ --health-retries 5
21
25
22
26
strategy :
23
27
fail-fast : false
Original file line number Diff line number Diff line change @@ -107,5 +107,5 @@ jobs:
107
107
- name : Execute tests (Unit and Feature tests) via PHPUnit
108
108
env :
109
109
DB_CONNECTION : sqlite
110
- DB_DATABASE : ' :memory:'
110
+ DB_DATABASE : " :memory:"
111
111
run : vendor/bin/phpunit --testdox
You can’t perform that action at this time.
0 commit comments