Skip to content

Commit b9d11e2

Browse files
at this point i have no idea.
1 parent 04ba8ed commit b9d11e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ jobs:
8686
image: ${{ matrix.database }}
8787
env:
8888
MYSQL_ALLOW_EMPTY_PASSWORD: yes
89-
MYSQL_DATABASE: testing
89+
MYSQL_DATABASE: testing2
9090
ports:
9191
- 3306
9292
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
9393
env:
9494
DB_CONNECTION: mysql
9595
DB_HOST: 127.0.0.1
96-
DB_DATABASE: testing
96+
DB_DATABASE: testing2
9797
DB_USERNAME: root
9898
steps:
9999
- name: Code Checkout
@@ -148,14 +148,14 @@ jobs:
148148
image: ${{ matrix.database }}
149149
env:
150150
MYSQL_ALLOW_EMPTY_PASSWORD: yes
151-
MYSQL_DATABASE: testing
151+
MYSQL_DATABASE: testing1
152152
ports:
153153
- 3306
154154
options: --health-cmd="mariadb-admin ping || mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
155155
env:
156156
DB_CONNECTION: mariadb
157157
DB_HOST: 127.0.0.1
158-
DB_DATABASE: testing
158+
DB_DATABASE: testing1
159159
DB_USERNAME: root
160160
steps:
161161
- name: Code Checkout

0 commit comments

Comments
 (0)