mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
e2e
This commit is contained in:
parent
eb3417587c
commit
48af7b003b
6
.github/workflows/cache-verify.yml
vendored
6
.github/workflows/cache-verify.yml
vendored
@ -220,6 +220,12 @@ jobs:
|
||||
sleep 2
|
||||
done
|
||||
|
||||
- name: Ensure Cypress binary is available
|
||||
run: |
|
||||
echo "📦 Verifying Cypress..."
|
||||
npx cypress --version || (echo "⛔ Cypress fehlt – versuche Installation" && npx cypress install)
|
||||
npx cypress verify
|
||||
|
||||
- name: Full stack tests | run tests
|
||||
id: e2e-tests
|
||||
run: yarn run cypress:run --spec $(cypress/parallel-features.sh ${{ matrix.job }} ${{ env.jobs }} )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user