Skip to content

Commit 4a24b3a

Browse files
committed
[#1550] Test Db2 on CI
1 parent 066eeb3 commit 4a24b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
matrix:
102102
# db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
103-
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer', 'CockroachDB' ]
103+
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'MSSQLServer', 'CockroachDB', 'Db2' ]
104104
steps:
105105
- uses: actions/checkout@v2
106106
- name: Get year/month for cache key

0 commit comments

Comments
 (0)