We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc3a16 commit b711ac3Copy full SHA for b711ac3
.github/workflows/_tests.yaml
@@ -57,7 +57,7 @@ jobs:
57
ports:
58
- 13306:3306
59
env:
60
- MARIADB_DATABASE: directus-test
+ MARIADB_DATABASE: dashboard-globalping-test
61
MARIADB_USER: directus
62
MARIADB_PASSWORD: password
63
MARIADB_RANDOM_ROOT_PASSWORD: 1
config/e2e-api-test.cjs
@@ -10,7 +10,7 @@ module.exports = {
10
host: 'localhost',
11
user: 'directus',
12
password: 'password',
13
- database: 'directus-test',
+ database: 'dashboard-globalping-test',
14
port: 13306,
15
multipleStatements: true,
16
},
0 commit comments