mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
try to make kerberos test more reliable
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
eab8dd3ca0
commit
09794b6792
1 changed files with 1 additions and 0 deletions
1
.github/workflows/smb-kerberos.yml
vendored
1
.github/workflows/smb-kerberos.yml
vendored
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
- name: Setup AD-DC
|
||||
run: |
|
||||
DC_IP=$(apps/files_external/tests/sso-setup/start-dc.sh)
|
||||
sleep 1
|
||||
apps/files_external/tests/sso-setup/start-apache.sh $DC_IP $PWD
|
||||
echo "DC_IP=$DC_IP" >> $GITHUB_ENV
|
||||
- name: Set up Nextcloud
|
||||
|
|
|
|||
Loading…
Reference in a new issue