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 f80c4ce  Needs to be done after gem installs
f80c4ce is described below

commit f80c4ce09de17b8eaccfddfef4194135218adf91
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 13:39:26 2022 +0000

    Needs to be done after gem installs
---
 .github/workflows/unittestagenda.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index 2679905..7c45fd6 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -32,12 +32,10 @@ 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
         npm install
         bundle install
+        sudo ruby -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
         bundle exec rake

Reply via email to