Skip to content

Commit b0dfd77

Browse files
committed
[#1540] Test the only dbs the currently work
1 parent 2e6861e commit b0dfd77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
runs-on: ubuntu-latest
100100
strategy:
101101
matrix:
102-
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
102+
# db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
103+
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer' ]
103104
steps:
104105
- uses: actions/checkout@v2
105106
- name: Get year/month for cache key

0 commit comments

Comments
 (0)