Update .github/workflows/test.yml

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
Moriz Wahl 2022-03-14 14:58:37 +01:00 committed by GitHub
parent 0aa9e290d9
commit 87bd89ec74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ##########################################################