embulk / embulk-output-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk
Other
88 stars 86 forks source link

Check with GitHub Actions v3 #314

Closed hiroyuki-sato closed 1 year ago

hiroyuki-sato commented 1 year ago

@dmikurube Could you take a look when you get a chance? Especially, gradle and strategy part.

dmikurube commented 1 year ago

Let's rename build.yml to check.yml, and change name: Build and test to name: Check, to follow other repos consistently. Others look good.

hiroyuki-sato commented 1 year ago

Thank you for your review.

diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index be1ad5e..c67fd2d 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -1,4 +1,4 @@
-name: Build and test
+name: Check
 on: push
 jobs:
   mysql:
hiroyuki-sato commented 1 year ago

Thanks!