diff --git a/.github/workflows/test_backend.yml b/.github/workflows/test_backend.yml index 4461940b3..0a7a5d202 100644 --- a/.github/workflows/test_backend.yml +++ b/.github/workflows/test_backend.yml @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v3 - name: Backend | Lint - run: cd backend && yarn && yarn run lint + run: cd database && yarn && cd ../backend && yarn && yarn run lint locales: if: needs.files-changed.outputs.backend == 'true' diff --git a/.github/workflows/test_e2e.yml b/.github/workflows/test_e2e.yml index 075373819..483dc70d4 100644 --- a/.github/workflows/test_e2e.yml +++ b/.github/workflows/test_e2e.yml @@ -16,7 +16,7 @@ jobs: - name: Prepare test system run: | sudo chown runner:docker -R * - cd database && yarn + cd database && yarn && yarn build cd ../backend && yarn - name: End-to-end tests | prepare