Skip to content

Commit

Permalink
debug: cypress failure on ci
Browse files Browse the repository at this point in the history
It is missing the executable.
ls the cache dir.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Feb 12, 2025
1 parent 6c1bcf3 commit afbf2ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
- name: Run E2E cypress tests
run: |
ls '/home/runner/.cache/Cypress'
cd 'apps/${{ env.APP_NAME }}'
npx wait-on $CYPRESS_baseUrl
npx cypress run --record false --config defaultCommandTimeout=10000,video=false
Expand Down

0 comments on commit afbf2ee

Please sign in to comment.