This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new ca73051 Need to set up LDAP
ca73051 is described below
commit ca730518af88be321dd01064ccc70b55903ff5e0
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 13:35:43 2022 +0000
Need to set up LDAP
---
.github/workflows/unittestagenda.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 4a32348..2679905 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -32,6 +32,9 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
+ - name: LDAP setup
+ run: |
+ sudo ruby -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
- name: test agenda code
run: |
cd www/board/agenda