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 acf6ba2 Is there an ldap in ubuntu?
new 3c0bcdf Merge branch 'master' of
https://gitbox.apache.org/repos/asf/whimsy
acf6ba2 is described below
commit acf6ba2b00869caad4a67e6929889d1fc070ee10
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 22:41:27 2022 +0000
Is there an ldap in ubuntu?
---
.github/workflows/unittestagenda.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index a19f5ac..20edcd0 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- os: [macos-latest, ubuntu-20.04]
+ os: [ubuntu-20.04]
ruby: [2.7]
runs-on: ${{ matrix.os }}
steps:
@@ -42,7 +42,10 @@ jobs:
run: |
gem which wunderbar
gem which ldap
- sudo -E ruby -I $PWD/lib -I$(dirname $(gem which wunderbar))
-I$(dirname $(gem which ldap)) -r whimsy/asf -e "ASF::LDAP.configure"
+ sudo gem which ldap
+ echo ${{ matrix.ruby }}
+ echo -------
+ sudo -E ruby -I $PWD/lib -I$(dirname $(gem which wunderbar))
-I$(dirname $(sudo gem which ldap)) -r whimsy/asf -e "ASF::LDAP.configure"
- name: test agenda code
run: |
cd www/board/agenda