aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2024-11-26 18:09:33 +0100
committerRobin Appelman <robin@icewind.nl>2024-11-26 18:10:57 +0100
commiteb05cc2ed1e7d752c069283bfef57d127091c46e (patch)
tree4cff1d55505002b4fd0fe3caa37d00f5e832b9e5 /.github
parentb2c01785ae5803557668ecb2c0bd33f0e73703d7 (diff)
downloadnextcloud-server-eb05cc2ed1e7d752c069283bfef57d127091c46e.tar.gz
nextcloud-server-eb05cc2ed1e7d752c069283bfef57d127091c46e.zip
test: attempt to fix smb sso tests3-bucket-create-exception
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/files-external-smb-kerberos.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/files-external-smb-kerberos.yml b/.github/workflows/files-external-smb-kerberos.yml
index 007e8ea9693..71b9070b6bd 100644
--- a/.github/workflows/files-external-smb-kerberos.yml
+++ b/.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