Skip to content

Commit

Permalink
install psql
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Dec 17, 2024
1 parent 8f2b62f commit 9703e2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install CURL
run: apt install curl -y
run: apt install curl -y
- name: Install psql
run: apt install postgresql-client
- name: Create Database
run: |
psql --host=postgres --username=postgres --command="CREATE USER ckan_default WITH PASSWORD 'pass' NOSUPERUSER NOCREATEDB NOCREATEROLE;"
Expand Down

0 comments on commit 9703e2b

Please sign in to comment.