From bc01761221384c0bbac0297d38e85bcaa6286a9a Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Mon, 28 Sep 2020 21:07:24 +0200 Subject: Fix repair step and test it Signed-off-by: Sean Molenaar --- .github/workflows/integration-tests.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b94f01f8e..77d35d2a1 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -99,6 +99,8 @@ jobs: - name: Functional tests run: | cd ../server + ./occ migrations:migrate news + ./occ maintenance:repair ./occ news:generate-explore --votes 100 "https://nextcloud.com/blog/feed/" ./occ news:folder:add 'admin' 'Something' ./occ news:folder:list 'admin' | grep 'Something' -- cgit v1.2.3