Skip to content

Commit

Permalink
removed tests for Nextcloud "master" branch (2)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 9, 2024
1 parent 1cb2021 commit 5434342
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ jobs:
with:
path: apps/app_api
repository: nextcloud/app_api
ref: stable30

- name: Install AppAPI
run: |
Expand Down Expand Up @@ -705,6 +706,7 @@ jobs:
with:
path: apps/app_api
repository: nextcloud/app_api
ref: stable30

- name: Install AppAPI
run: |
Expand Down Expand Up @@ -864,13 +866,6 @@ jobs:
working-directory: nc_py_api
run: python3 -m pip -v install . pytest pytest-asyncio coverage pillow

- name: Install Talk
working-directory: apps/spreed
run: make dev-setup

- name: Enable Talk
run: php occ app:enable spreed

- name: Generate coverage report
working-directory: nc_py_api
run: coverage run -m pytest && coverage xml -o coverage_sqlite_${{ matrix.nextcloud }}_client.xml
Expand Down

0 comments on commit 5434342

Please sign in to comment.