From 5b5e2b19b1de0749dd2b232b1ccf5529923d0639 Mon Sep 17 00:00:00 2001 From: till_schuetze Date: Thu, 31 Oct 2024 09:05:17 +0100 Subject: [PATCH] try caching the database --- .github/workflows/code-quality.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 1dfccca68..c3588e82c 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -252,13 +252,13 @@ jobs: restore-keys: | sqlx-${{ runner.os }}- - - name: Install Rust dependencies - env: - DATABASE_URL: "postgres://www-data:www-data@localhost:15432/swissgeol-local" - run: | - docker compose up -d db - sleep 10 - cd api +# - name: Install Rust dependencies +# env: +# DATABASE_URL: "postgres://www-data:www-data@localhost:15432/swissgeol-local" +# run: | +# docker compose up -d db +# sleep 10 +# cd api # sqlx database create # sqlx migrate run - name: Run container