This commit is contained in:
resonic-user 2025-06-17 20:03:29 +00:00
parent d3e0a65541
commit 5f35b52a41

View File

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