Skip to content

Commit ca112e9

Browse files
committed
tests: Fix cluster faces workflow
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 57cdb12 commit ca112e9

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/cluster-faces-test.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11-
- stable8
12-
- stable9
11+
- stable*
1312
paths:
1413
- 'lib/**'
1514
- 'src/**'
@@ -131,9 +130,15 @@ jobs:
131130
./occ app:enable -vvv -f ${{ env.APP_NAME }}
132131
php -S localhost:8080 &
133132
134-
- name: Install
133+
- name: Checkout app
134+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135+
with:
136+
repository: nextcloud/viewer
137+
path: apps/viewer
138+
139+
- name: Install viewer
135140
run: |
136-
./occ app:enable -vvv ${{ env.APP_NAME }}
141+
./occ app:enable -vvv viewer
137142
138143
- name: Remove unnecessary models to make space
139144
run: |

0 commit comments

Comments
 (0)