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 c3b9280f Debug
c3b9280f is described below

commit c3b9280f297d9b26e2dcea6ffc064f433a13512c
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 6 21:19:14 2023 +0000

    Debug
---
 .github/workflows/unittestagenda.yml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index b2cedafa..68733615 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -16,8 +16,10 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
-        ruby: [2.7, 3.1]
+        # os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
+        # ruby: [2.7, 3.1]
+        os: [ubuntu-22.04]
+        ruby: [3.1]
         # 2.7 not supported on 22.04
         exclude:
           - os: ubuntu-22.04
@@ -48,7 +50,9 @@ jobs:
     - name: setup agenda 2
       # need to run the ruby that has all the gems installed
       run: |
-        mkdir /srv
+        ls -l /srv
+        id
+        mkdir -p /srv
         echo "\n\n" >/srv/ldap.txt
         echo ":ldap: ldaps://ldap-us.apache.org:636" >> .whimsy
         sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"

Reply via email to