Skip to content

Commit

Permalink
Access to PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Sep 25, 2024
1 parent b0c7547 commit 3929ddc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/input-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ jobs:

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

- name: Access PostgreSQL
run: psql -h postgres -U postgres -d postgres -c "\l"
env:
PGPASSWORD: postgres

0 comments on commit 3929ddc

Please sign in to comment.