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 b0c7547
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/input-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ jobs:
- name: Download Embulk
uses: ./.github/actions/install-embulk

- name: List files
run: ls -la
- name: List files under the user home directory
run: ls -la "$HOME"

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

- name: List files under the Embulk home directory
run: ls -laR "$HOME/.embulk/"

0 comments on commit b0c7547

Please sign in to comment.