Skip to content

Commit

Permalink
CI: install psql
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarogh committed Apr 5, 2022
1 parent 4b05c9c commit c318ddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- 5432:5432

steps:
- name: Install psql
run: apt install postgresql-client-12
- name: Test DB, install uuid-ossp, and interrupt action if it doesn't work
run: psql postgres://wartid:wartid@localhost/wartid --command='create extension "uuid-ossp";'
- uses: actions/checkout@v2
Expand Down

0 comments on commit c318ddc

Please sign in to comment.