database modules must be installed

This commit is contained in:
Ulf Gebhardt 2023-02-26 13:27:59 +01:00
parent 3dc878b59a
commit 4585b34850
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -281,7 +281,7 @@ jobs:
# LINT BACKEND ###########################################################
##########################################################################
- name: backend | Lint
run: cd backend && yarn && yarn run lint
run: cd database && yarn && cd ../backend && yarn && yarn run lint
##############################################################################
# JOB: LOCALES BACKEND #######################################################