Skip to content

Commit

Permalink
Install a plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Sep 25, 2024
1 parent 4704215 commit 142d3dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/input-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ jobs:

- name: List files
run: ls -la

- name: Install embulk-input-postgresql
run: java -jar "embulk.jar" install "org.embulk:embulk-input-postgresql:0.13.2"

- name: List files
run: ls -la

- name: List files
run: ls -laR "$HOME/.embulk/"

0 comments on commit 142d3dd

Please sign in to comment.