embulk / embulk-input-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC input plugins for Embulk
Other
102 stars 74 forks source link

Test with GitHub Actions #185

Closed dmikurube closed 4 years ago

dmikurube commented 4 years ago

While I was going to have several changes (#178, #179, #180, #181, #182, #183, #184) in embulk-input-jdbc, I found that its tests were not working on Travis CI very properly. Many of them were SKIPPED.

Then, before those changes, this PR switches them to GitHub Actions, additionally with official Docker images of DB2 and SQL Server. Later changes would be tested better. (I gave up about Oracle Database, though.)

dmikurube commented 4 years ago

Sorry to be late. As of now, let me merge this at first. Thanks for reviewing it!