From dedf174f4faa5080690531867ff9d615b14cf53a Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 14 Mar 2022 10:12:56 +0100 Subject: [PATCH] add dependency database_up to backend unit tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9fda7b2a..5a5b90979 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -489,7 +489,7 @@ jobs: unit_test_backend: name: Unit tests - Backend runs-on: ubuntu-latest - needs: [build_test_mariadb] + needs: [build_test_mariadb, build_test_database_up] steps: ########################################################################## # CHECKOUT CODE ##########################################################