e2e build backend before compose

This commit is contained in:
resonic-user 2025-06-17 20:18:50 +00:00
parent e7936c2eb5
commit 87f42dafc1

View File

@ -194,7 +194,7 @@ jobs:
- name: Build backend and webapp
run: |
cd backend && yarn build && cd ..
cd webapp && yarn build && cd ..
# cd webapp && yarn build && cd ..
# run docker compose
- name: Boot system for tests