try fix workflows

This commit is contained in:
einhornimmond 2025-04-26 15:32:15 +02:00
parent eb57991f03
commit c849f77851
2 changed files with 2 additions and 2 deletions

View File

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

View File

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