This commit is contained in:
resonic-user 2025-06-17 19:08:59 +00:00
parent a27e94a7e3
commit 710352bc22

View File

@ -214,6 +214,10 @@ jobs:
sleep 2
done
# build backend
- name: Build backend
run: cd backend && yarn build
# Cypress tests
- name: Full stack tests | run tests
id: e2e-tests