Skip to content

Commit 5434342

Browse files
committed
removed tests for Nextcloud "master" branch (2)
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 1cb2021 commit 5434342

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ jobs:
537537
with:
538538
path: apps/app_api
539539
repository: nextcloud/app_api
540+
ref: stable30
540541

541542
- name: Install AppAPI
542543
run: |
@@ -705,6 +706,7 @@ jobs:
705706
with:
706707
path: apps/app_api
707708
repository: nextcloud/app_api
709+
ref: stable30
708710

709711
- name: Install AppAPI
710712
run: |
@@ -864,13 +866,6 @@ jobs:
864866
working-directory: nc_py_api
865867
run: python3 -m pip -v install . pytest pytest-asyncio coverage pillow
866868

867-
- name: Install Talk
868-
working-directory: apps/spreed
869-
run: make dev-setup
870-
871-
- name: Enable Talk
872-
run: php occ app:enable spreed
873-
874869
- name: Generate coverage report
875870
working-directory: nc_py_api
876871
run: coverage run -m pytest && coverage xml -o coverage_sqlite_${{ matrix.nextcloud }}_client.xml

0 commit comments

Comments
 (0)