From 8b386fdce92d117b7aeaa6472a4c11959673d9e5 Mon Sep 17 00:00:00 2001 From: till_schuetze Date: Thu, 31 Oct 2024 08:46:26 +0100 Subject: [PATCH] try caching the database --- .github/workflows/code-quality.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 10cc6ce4b..249b9c71d 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -328,8 +328,8 @@ jobs: docker compose up -d db sleep 10 cd api - sqlx database create - sqlx migrate run +# sqlx database create +# sqlx migrate run - name: Run test run: | docker compose up -d @@ -340,8 +340,8 @@ jobs: build-api: runs-on: ubuntu-latest needs: - - test-api - - format-api +# - test-api +# - format-api - dependency-review steps: - name: Checkout repository @@ -393,8 +393,8 @@ jobs: docker compose up -d db sleep 10 cd api - sqlx database create - sqlx migrate run +# sqlx database create +# sqlx migrate run - name: Run test run: | docker compose up -d