Skip to content

Commit cf36054

Browse files
committed
ci: Temporarily enable PostgresDriver only
1 parent 9a88fb2 commit cf36054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ormconfig.gh-actions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[
22
{
3-
"skip": false,
3+
"skip": true,
44
"name": "sqlite",
55
"type": "sqlite",
66
"database": "temp/sqlite.db",
77
"logging": false
88
},
99
{
10-
"skip": true,
10+
"skip": false,
1111
"name": "postgres",
1212
"type": "postgres",
1313
"host": "localhost",
@@ -18,7 +18,7 @@
1818
"logging": false
1919
},
2020
{
21-
"skip": false,
21+
"skip": true,
2222
"name": "mysql",
2323
"type": "mysql",
2424
"host": "127.0.0.1",

0 commit comments

Comments
 (0)