You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/04/07 12:36:14 UTC

[whimsy] branch master updated: Why is npm not found?

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 377d6de0 Why is npm not found?
377d6de0 is described below

commit 377d6de0a6c570988e4ff11d97c179a5a5af89d2
Author: Sebb <se...@apache.org>
AuthorDate: Thu Apr 7 13:36:08 2022 +0100

    Why is npm not found?
---
 .github/workflows/unittestagenda.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/unittestagenda.yml b/.github/workflows/unittestagenda.yml
index 7d19d7e0..8640b4b1 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -44,5 +44,10 @@ jobs:
         sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
     - name: test agenda code
       run: |
+        echo '================'
+        echo $PATH
+        npm -v || true
+        node -v || true
+        echo '================'
         cd www/board/agenda
         SKIP_NAVIGATION=1 bundle exec rake