File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments