@@ -147,8 +147,8 @@ jobs:
147147 ./occ maintenance:install --verbose --database=${{ matrix.databases }} --database-name=nextcloud --database-host=127.0.0.1 --database-port=$PGSQL_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
148148 composer run serve &
149149
150- - name : Enable context_chat, app_api and testing
151- run : ./occ app:enable -vvv -f ${{ env.APP_NAME }} app_api testing
150+ - name : Enable context_chat, app_api, testing and viewer
151+ run : ./occ app:enable -vvv -f ${{ env.APP_NAME }} app_api testing viewer
152152
153153 - name : Enable encryption
154154 if : ${{ matrix.encryption == 'on' }}
@@ -465,8 +465,8 @@ jobs:
465465 ./occ maintenance:install --verbose --database=${{ matrix.databases }} --database-name=nextcloud --database-host=127.0.0.1 --database-port=$PGSQL_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
466466 composer run serve &
467467
468- - name : Enable app_api and testing
469- run : ./occ app:enable -vvv -f app_api testing
468+ - name : Enable context_chat, app_api, testing and viewer
469+ run : ./occ app:enable -vvv -f ${{ env.APP_NAME }} app_api testing viewer
470470
471471 - name : Enable encryption
472472 if : ${{ matrix.encryption == 'on' }}
@@ -777,8 +777,8 @@ jobs:
777777 ./occ maintenance:install --verbose --database=${{ matrix.databases }} --database-name=nextcloud --database-host=127.0.0.1 --database-port=$PGSQL_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
778778 composer run serve &
779779
780- - name : Enable app_api and testing
781- run : ./occ app:enable -vvv -f app_api testing
780+ - name : Enable app_api, testing and viewer
781+ run : ./occ app:enable -vvv -f app_api testing viewer
782782
783783 - name : Enable encryption
784784 if : ${{ matrix.encryption == 'on' }}
0 commit comments