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 8e3c1d0 Also need LDAP ...
8e3c1d0 is described below
commit 8e3c1d059aa545d20f1bf1df4b2e0576136e75fb
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 29 15:54:37 2022 +0100
Also need LDAP ...
---
.github/workflows/unittestnavigation.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/unittestnavigation.yml
b/.github/workflows/unittestnavigation.yml
index be3dfca..cb07c13 100644
--- a/.github/workflows/unittestnavigation.yml
+++ b/.github/workflows/unittestnavigation.yml
@@ -33,6 +33,8 @@ jobs:
run: |
cd www/board/agenda
bundle install
+ # need to run the ruby that has all the gems installed
+ sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
# --pattern does not work (appears to be overridden)
# so use exclude to drop all but the one we want
echo '--exclude-pattern spec/[a-mo-z]*_spec.rb' >.rspec