Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
debug: run only attachment spec and debug spec
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Dec 14, 2023
commit ed89f02b2593dd97b882d1168ee1effad8e5f359
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
fail-fast: false
matrix:
node-version: [16]
containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
containers: [1, 2 ]
php-versions: [ '8.1' ]
server-versions: [ 'stable28' ]
run-in-parallel:
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = defineConfig({
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
retries: {
runMode: 2,
runMode: 0,
// do not retry in `cypress open`
openMode: 0,
},
Expand Down
66 changes: 0 additions & 66 deletions cypress/e2e/MenuBar.spec.js

This file was deleted.

83 changes: 0 additions & 83 deletions cypress/e2e/SmartPicker.spec.js

This file was deleted.

Loading