This commit is contained in:
resonic-user 2025-06-17 20:23:52 +00:00
parent 8c4a60e75e
commit 82463a0f2d

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