Browse Source

use user_saml from git

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v28.0.0beta1
Robin Appelman 10 months ago
parent
commit
fc7adff48d
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      .github/workflows/smb-kerberos.yml

+ 5
- 0
.github/workflows/smb-kerberos.yml View File

@@ -25,6 +25,11 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Checkout user_saml
uses: actions/checkout@v3
with:
repository: nextcloud/user_saml
path: apps/user_saml
- name: Pull images
run: |
docker pull ghcr.io/icewind1991/samba-krb-test-dc

Loading…
Cancel
Save