ci: enable app

pull/126/head
sualko 2021-02-13 16:53:04 +01:00
parent 92b85ba6ff
commit 6f643cfed3
2 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,8 @@ jobs:
- name: Install dependencies
working-directory: nextcloud/apps/bbb
run: composer install
- name: Enable app
run: php -f nextcloud/occ app:enable bbb
- name: Run tests
working-directory: nextcloud/apps/bbb
run: composer run test

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocp-version: [ 'dev-master', 'v20.0.0' ]
ocp-version: [ 'dev-master', '^20.0' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout