This commit is contained in:
resonic-user 2025-06-16 11:32:08 +00:00
parent b33a56a777
commit e1ea4a55d9

View File

@ -70,6 +70,12 @@ jobs:
echo "$i..." && sleep 2
done
echo "❌ Webapp did not respond in time" && exit 1
- name: Install Cypress
run: yarn install
- name: Run Cypress tests
run: yarn run cypress:run
verify-summary:
runs-on: ubuntu-latest