Skip to content

Commit 7530de1

Browse files
committed
fix(ci): use matrix server-versions branch for notifications and activity clone
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 40a207e commit 7530de1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ jobs:
161161
--admin-pass admin
162162
./occ --version
163163
./occ app:enable --force ${{ env.APP_NAME }}
164-
git clone --depth 1 -b main https://github.com/nextcloud/notifications apps/notifications
164+
git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/notifications apps/notifications
165165
composer --working-dir=apps/notifications install --no-dev
166166
./occ app:enable --force notifications
167-
git clone --depth 1 -b main https://github.com/nextcloud/activity apps/activity
167+
git clone --depth 1 -b ${{ matrix.server-versions }} https://github.com/nextcloud/activity apps/activity
168168
composer --working-dir=apps/activity install --no-dev
169169
./occ app:enable --force activity
170170
./occ config:system:set allow_local_remote_servers --value true --type boolean

0 commit comments

Comments
 (0)