Skip to content

Commit c950e90

Browse files
committed
Install a plugin
1 parent 4704215 commit c950e90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/input-postgresql.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@ jobs:
3636

3737
- name: List files
3838
run: ls -la
39+
40+
- name: Install embulk-input-postgresql
41+
run: java -jar "embulk.jar" install "org.embulk:embulk-input-postgresql:0.13.2"
42+
43+
- name: List files
44+
run: ls -la
45+
46+
- name: List files
47+
run: ls -laR "${{ env.HOME }}/.embulk/"

0 commit comments

Comments
 (0)