This commit is contained in:
resonic-user 2025-06-17 19:35:05 +00:00
parent 52ecadb278
commit ea65ecb118

View File

@ -208,9 +208,14 @@ jobs:
echo "Waiting... ($i/30)"
sleep 2
done
# build backend
# build backend & webapp
- name: Build backend
run: cd backend && yarn build
- name: Build webapp
run: |
cd webapp
yarn build
cd ..
# Cypress tests
- name: Full stack tests | run tests