remove migrations command from ci

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2021-05-31 09:18:42 +02:00
parent 09552a10ac
commit df8538b6c4
1 changed files with 0 additions and 4 deletions

View File

@ -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