Skip to content

Commit 81ee501

Browse files
committed
debug: run only attachment spec and debug spec
Signed-off-by: Max <max@nextcloud.com>
1 parent 35889f7 commit 81ee501

31 files changed

+65
-3587
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
fail-fast: false
8484
matrix:
8585
node-version: [16]
86-
containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
86+
containers: [1, 2 ]
8787
php-versions: [ '8.1' ]
8888
server-versions: [ 'stable28' ]
8989
run-in-parallel:

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = defineConfig({
4444
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
4545
},
4646
retries: {
47-
runMode: 2,
47+
runMode: 0,
4848
// do not retry in `cypress open`
4949
openMode: 0,
5050
},

cypress/e2e/MenuBar.spec.js

Lines changed: 0 additions & 66 deletions
This file was deleted.

cypress/e2e/SmartPicker.spec.js

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)