File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 11name : Samba Kerberos SSO
22on :
3- push :
4- branches :
5- - master
6- - stable*
7- paths :
8- - ' apps/files_external/**'
9- - ' .github/workflows/smb-kerberos.yml'
103 pull_request :
114 paths :
125 - ' apps/files_external/**'
136 - ' .github/workflows/smb-kerberos.yml'
147
8+ concurrency :
9+ group : smb-kerberos-${{ github.head_ref || github.run_id }}
10+ cancel-in-progress : true
11+
1512jobs :
1613 smb-kerberos-tests :
17- runs-on : ubuntu-latest
14+ runs-on : ubuntu-22.04
1815
1916 if : ${{ github.repository_owner != 'nextcloud-gmbh' }}
2017
2118 name : smb-kerberos-sso
2219
2320 steps :
2421 - name : Checkout server
25- uses : actions/checkout@v3
22+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2623 with :
2724 submodules : true
2825 - name : Checkout user_saml
29- uses : actions/checkout@v3
26+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3027 with :
3128 repository : nextcloud/user_saml
3229 path : apps/user_saml
4239 - name : Setup AD-DC
4340 run : |
4441 DC_IP=$(apps/files_external/tests/sso-setup/start-dc.sh)
42+ sleep 1
4543 apps/files_external/tests/sso-setup/start-apache.sh $DC_IP $PWD
4644 echo "DC_IP=$DC_IP" >> $GITHUB_ENV
4745 - name : Set up Nextcloud
You can’t perform that action at this time.
0 commit comments