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 a4e4c71
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 @@ -34,6 +34,8 @@ jobs:
run: psql postgres://wartid:wartid@localhost/wartid --command='create extension "uuid-ossp";'
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Install psql
run: apt install postgresql-client-12
- name: Apply migrations
working-directory: ./wartid-server/
run: diesel migration run
Expand Down

0 comments on commit a4e4c71

Please sign in to comment.