Skip to content

Commit 4732cf7

Browse files
committed
fix: install guests from repository
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent d4016af commit 4732cf7

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/behat-mariadb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
./occ app:enable --force notifications
152152
git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/activity apps/activity
153153
./occ app:enable --force activity
154+
git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/guests apps/guests
154155
./occ app:enable --force guests
155156
./occ config:system:set mail_smtpport --value 1025 --type integer
156157
./occ config:system:set mail_smtphost --value mailhog

.github/workflows/behat-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
./occ app:enable --force notifications
165165
git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/activity apps/activity
166166
./occ app:enable --force activity
167+
git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/guests apps/guests
167168
./occ app:enable --force guests
168169
./occ config:system:set mail_smtpport --value 1025 --type integer
169170
./occ config:system:set mail_smtphost --value mailhog

.github/workflows/behat-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
./occ app:enable --force notifications
159159
git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/activity apps/activity
160160
./occ app:enable --force activity
161+
git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/guests apps/guests
161162
./occ app:enable --force guests
162163
./occ config:system:set mail_smtpport --value 1025 --type integer
163164
./occ config:system:set mail_smtphost --value mailhog

.github/workflows/behat-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
./occ app:enable --force notifications
150150
git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/activity apps/activity
151151
./occ app:enable --force activity
152+
git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/guests apps/guests
152153
./occ app:enable --force guests
153154
./occ config:system:set mail_smtpport --value 1025 --type integer
154155
./occ config:system:set mail_smtphost --value mailhog

0 commit comments

Comments
 (0)