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 dba5bc5  Keep trying
dba5bc5 is described below

commit dba5bc5e035d0385b08e05fea6731d086da227bd
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 22:52:18 2022 +0000

    Keep trying
---
 .github/workflows/unittestagenda.yml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index 20edcd0..3026150 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -11,9 +11,9 @@ on:
 jobs:
   test:
     strategy:
-      fail-fast: true
+      fail-fast: false
       matrix:
-        os: [ubuntu-20.04]
+        os: [ubuntu-20.04, 'macos-latest']
         ruby: [2.7]
     runs-on: ${{ matrix.os }}
     steps:
@@ -38,14 +38,13 @@ 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 ldap
     - name: setup agenda 2
       run: |
-        gem which wunderbar
-        gem which ldap
-        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"
+        sudo -E ruby -I $PWD/lib -I$(dirname $(gem which wunderbar)) -r 
whimsy/asf -e "ASF::LDAP.configure"
     - name: test agenda code
       run: |
         cd www/board/agenda

Reply via email to