Skip to content

Commit 150c284

Browse files
committed
fix(ci): enable the viewer app
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent d61b715 commit 150c284

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)