Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarogh committed Sep 9, 2023
1 parent eb8396b commit 5f58d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install psql
run: apt update && apt install -y postgresql-client
- 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";'
run: psql postgres://wartid:wartid@postgres/wartid --command='create extension "uuid-ossp";'
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Apply migrations
Expand Down

0 comments on commit 5f58d2f

Please sign in to comment.