From 8ea283fe91adace29f681e94751662ae2f4d1f38 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Sat, 23 Sep 2023 21:57:30 +0300 Subject: [PATCH] testing if NC Talk is Ok now(2) Signed-off-by: Alexander Piskun --- .github/workflows/analysis-coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 13457e35..97027574 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -153,9 +153,9 @@ jobs: make dev-setup make build-js -# - name: Enable Talk + - name: Enable Talk # if: ${{ !startsWith(matrix.nextcloud, '27.') }} # for some reason, currently Talk fails with 27.0.2 -# run: php occ app:enable spreed + run: php occ app:enable spreed - name: Generate coverage report working-directory: nc_py_api