From 87bd89ec74d0c80b3d2dc2369472e38b1f4d54a6 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 14 Mar 2022 14:58:37 +0100 Subject: [PATCH] Update .github/workflows/test.yml Co-authored-by: Ulf Gebhardt --- .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 3778dae93..0739729b5 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, database_migration_test, build_test_database_up] + needs: [build_test_mariadb] steps: ########################################################################## # CHECKOUT CODE ##########################################################