Browse Source
test: attempt to fix smb sso test
Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/49494/head
Robin Appelman
1 year ago
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
1 changed files with
6 additions and
0 deletions
-
.github/workflows/files-external-smb-kerberos.yml
|
|
|
@ -53,6 +53,12 @@ jobs: |
|
|
|
repository: nextcloud/user_saml |
|
|
|
path: apps/user_saml |
|
|
|
|
|
|
|
- name: Install user_saml |
|
|
|
run: | |
|
|
|
cd apps/user_saml |
|
|
|
composer i |
|
|
|
cd ../.. |
|
|
|
|
|
|
|
- name: Pull images |
|
|
|
run: | |
|
|
|
docker pull ghcr.io/icewind1991/samba-krb-test-dc |
|
|
|
|