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 3ee62ed Is this it?
3ee62ed is described below
commit 3ee62edeea8983f9641a0b234082a7264ad5018c
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 23:10:49 2022 +0000
Is this it?
---
.github/workflows/unittestagenda.yml | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 8c26d5b..e3dd74c 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -38,14 +38,11 @@ jobs:
cd www/board/agenda
npm install
bundle install
- - name: install ldap for sudo
- # trying to sort out missing/incompatible ldap under sudo
- run: |
- sudo gem install ruby-ldap
- name: setup agenda 2
+ # need to run the ruby that has all the gems installed
run: |
- sudo -E ruby -I $PWD/lib -I$(dirname $(gem which wunderbar)) -r
whimsy/asf -e "ASF::LDAP.configure"
+ sudo $(dirname $(which ruby))/ruby -I $PWD/lib -r whimsy/asf -e
"ASF::LDAP.configure"
- name: test agenda code
run: |
cd www/board/agenda
- # bundle exec rake
+ bundle exec rake