Skip to content

Commit e71880d

Browse files
committed
test: attempt to fix smb sso test
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 27c04eb commit e71880d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/files-external-smb-kerberos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
repository: nextcloud/user_saml
5252
path: apps/user_saml
5353

54+
- name: Install user_saml
55+
run: |
56+
cd apps/user_saml
57+
composer i
58+
cd ../..
59+
5460
- name: Pull images
5561
run: |
5662
docker pull ghcr.io/icewind1991/samba-krb-test-dc

0 commit comments

Comments
 (0)