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 74b5836  Docco
74b5836 is described below

commit 74b583609bc67427d9d6a4964e2d44fd9686ea08
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 14:10:36 2022 +0000

    Docco
---
 .github/workflows/unittestagenda.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index bf6a22f..7886433 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -13,7 +13,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-20.04] #, 'macos-latest']
+        os: [ubuntu-20.04, 'macos-latest']
         ruby: [2.7]
     runs-on: ${{ matrix.os }}
     steps:
@@ -24,7 +24,9 @@ jobs:
       if:  matrix.os == 'ubuntu-20.04'  
     - uses: actions/setup-node@v2
       with:
-        node-version: '14.19.1' # 14.19.0 does work on Ubuntu
+        node-version: '14.19.1'
+        # it seems that using the default Ubuntu version of node (14.19.0)
+        # somehow fails to set the correct path for rake to use
     - uses: actions/checkout@v2
       with:
         persist-credentials: false
@@ -43,6 +45,4 @@ jobs:
     - name: test agenda code
       run: |
         cd www/board/agenda
-        type npm || true
-        which -a npm || true
         bundle exec rake

Reply via email to