Skip to content

Commit

Permalink
fixup! fix(CI): Use the PHP version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Jul 8, 2024
1 parent 974b559 commit 8c2b535
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/smb-kerberos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
docker exec --user 33 apache ./occ files_external:config 1 host krb.domain.test
docker exec --user 33 apache ./occ files_external:config 1 share netlogon
docker exec --user 33 apache ./occ files_external:list
- name: Read Nextcloud log
run: |
docker exec --user 33 apache ./occ log:tail 50
- name: Test SSO
run: |
mkdir /tmp/shared/cookies
Expand Down

0 comments on commit 8c2b535

Please sign in to comment.