From df8538b6c4b7b66822cb9579a051414202e77e50 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 31 May 2021 09:18:42 +0200 Subject: remove migrations command from ci Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index dcf31684c..cdfbbfb50 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -41,9 +41,6 @@ jobs: nextcloud: pre-release database: sqlite experimental: true - exclude: #unsupported combination - - php-versions: 7.4 - nextcloud: 17 steps: - name: Checkout uses: actions/checkout@v2.3.4 @@ -112,7 +109,6 @@ jobs: - name: Functional tests maintenance working-directory: ../server run: | - ./occ migrations:migrate news ./occ maintenance:repair - name: Functional tests -- cgit v1.2.3