Skip to content

Commit 196db02

Browse files
committed
debug: print hasRichWorkspace in rich workspace test
1 parent c93823b commit 196db02

39 files changed

+18
-4519
lines changed

.github/workflows/cypress-e2e.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ jobs:
4545
assistant_app_ref="$(if [ "${{ matrix.server-versions }}" = "master" ]; then echo -n "main"; else echo -n "${{ matrix.server-versions }}"; fi)"
4646
echo "assistant_app_ref=$assistant_app_ref" >> $GITHUB_ENV
4747
48-
- name: Checkout assistant
49-
uses: actions/checkout@v4.1.1
50-
with:
51-
repository: nextcloud/assistant
52-
ref: '${{ env.assistant_app_ref }}'
53-
path: apps/assistant
54-
5548
- name: Checkout app
5649
uses: actions/checkout@v4.1.1
5750
with:
@@ -80,13 +73,6 @@ jobs:
8073
npm ci
8174
TESTING=true npm run build --if-present
8275
83-
- name: Install node dependencies & build assistant app
84-
working-directory: apps/assistant
85-
run: |
86-
composer install --no-dev
87-
npm ci
88-
npm run build
89-
9076
- name: Save context
9177
uses: buildjet/cache/save@v4.0.2
9278
with:
@@ -102,7 +88,7 @@ jobs:
10288
strategy:
10389
fail-fast: false
10490
matrix:
105-
containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
91+
containers: [1, 2, 3]
10692
php-versions: ['8.1']
10793

10894
name: runner ${{ matrix.containers }}
@@ -179,13 +165,10 @@ jobs:
179165
COMMIT_INFO_SHA: ${{ github.event.pull_request.head.sha }}
180166
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
181167
npm_package_name: ${{ env.APP_NAME }}
182-
SPLIT: ${{ strategy.job-total }}
183-
SPLIT_INDEX: ${{ strategy.job-index }}
184168

185169

186170
- name: Upload snapshots
187171
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
188-
if: failure()
189172
with:
190173
name: snapshots_${{ matrix.containers }}
191174
path: |

cypress/e2e/Assistant.spec.js

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

0 commit comments

Comments
 (0)