Skip to content

Commit b711ac3

Browse files
committed
refactor: rename dash DB
1 parent 1cc3a16 commit b711ac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ports:
5858
- 13306:3306
5959
env:
60-
MARIADB_DATABASE: directus-test
60+
MARIADB_DATABASE: dashboard-globalping-test
6161
MARIADB_USER: directus
6262
MARIADB_PASSWORD: password
6363
MARIADB_RANDOM_ROOT_PASSWORD: 1

config/e2e-api-test.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
host: 'localhost',
1111
user: 'directus',
1212
password: 'password',
13-
database: 'directus-test',
13+
database: 'dashboard-globalping-test',
1414
port: 13306,
1515
multipleStatements: true,
1616
},

0 commit comments

Comments
 (0)