From 5f58d2fe3df9c53c4aae5067d54d11e0e86d3165 Mon Sep 17 00:00:00 2001 From: Edgar Onghena Date: Fri, 8 Sep 2023 20:05:28 -0400 Subject: [PATCH] Fix CI --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1f3d294..a85f276 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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