Skip to content

Commit 42bf7df

Browse files
committed
wip
1 parent ae951b1 commit 42bf7df

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
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
@@ -48,7 +48,7 @@ jobs:
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:

0 commit comments

Comments
 (0)