Skip to content

Commit

Permalink
debug: run only attachment spec and debug spec
Browse files Browse the repository at this point in the history
Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Dec 14, 2023
1 parent 35889f7 commit ed89f02
Show file tree
Hide file tree
Showing 31 changed files with 76 additions and 3,587 deletions.
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

0 comments on commit ed89f02

Please sign in to comment.