Skip to content

Commit

Permalink
Pass LDAP host through env
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Dec 19, 2023
1 parent 7e1b6c0 commit 0d600f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ jobs:
# Only run if phpunit integration config file exists
if: steps.check_integration.outcome == 'success'
working-directory: apps/${{ env.APP_NAME }}
env:
LDAP_HOST: localhost
run: composer run test:integration

- name: Print logs
Expand Down

0 comments on commit 0d600f8

Please sign in to comment.