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
parent
commit
eb05cc2ed1
No known key found for this signature in database GPG Key ID: 42B69D8A64526EFB
  1. 6
      .github/workflows/files-external-smb-kerberos.yml

6
.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

Loading…
Cancel
Save