summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-31 09:18:42 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-06-01 15:41:41 +0200
commitdf8538b6c4b7b66822cb9579a051414202e77e50 (patch)
treed804e1ccf95ee4d1e21f9918669260760bbb622f
parent09552a10ac62d0bd8006ac90f45779dfba0aa9e4 (diff)
remove migrations command from ci
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/api-integration-tests.yml4
1 files changed, 0 insertions, 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