File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 mysql :
1010 image : mysql:5.7
1111 env :
12- MYSQL_ALLOW_EMPTY_PASSWORD : true
12+ MYSQL_ALLOW_EMPTY_PASSWORD : false
1313 MYSQL_ROOT_PASSWORD : password
1414 MYSQL_DATABASE : dibi_test
1515 ports :
16- - 3306/tcp
16+ - 3306:3306
1717 options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
1818
1919 postgres :
@@ -23,12 +23,12 @@ jobs:
2323 POSTGRES_PASSWORD : postgres
2424 POSTGRES_DB : dibi_test
2525 ports :
26- - 5432/tcp
26+ - 5432:5432
2727 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
2828
2929 strategy :
3030 matrix :
31- os : [ubuntu-latest, windows-latest, macOS-latest ]
31+ os : [ubuntu-latest, windows-latest]
3232 php : ['7.1', '7.2', '7.3', '7.4']
3333
3434 fail-fast : false
4848 uses : actions/upload-artifact@v1
4949 with :
5050 name : output
51- path : tests/Texy /output
51+ path : tests/dibi /output
5252
5353
5454 code_coverage :
You can’t perform that action at this time.
0 commit comments