From 4585b348503b32dc73f854af2d807c917e8a0fed Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 26 Feb 2023 13:27:59 +0100 Subject: [PATCH] database modules must be installed --- .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 badb47e87..d5f34ff6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 #######################################################