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 26fd012b Show settings
26fd012b is described below

commit 26fd012bf8014950244cbe9f6103c4539f8092a3
Author: Sebb <[email protected]>
AuthorDate: Sat May 20 22:14:33 2023 +0100

    Show settings
---
 .github/workflows/unittestagenda.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index 1f1f90e0..3329794c 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -55,9 +55,13 @@ jobs:
         ls -l /srv
         echo ":ldap: ldaps://ldap-us.apache.org:636" >> .whimsy
         sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
-    - name: test agenda code
+    - name: show environ
       run: |
         node -v
         npm -v
+        npm list
+        gem list
+    - name: test agenda code
+      run: |
         cd www/board/agenda
         SKIP_NAVIGATION=1 bundle exec rake RSPEC_OPTS='--pattern=secret*.rb'

Reply via email to