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 0e4e8e28 Trying to debug failure
0e4e8e28 is described below

commit 0e4e8e28d7b16591f28fdedc2e3dc9476d41b9ce
Author: Sebb <[email protected]>
AuthorDate: Sat May 20 15:40:33 2023 +0100

    Trying to debug failure
---
 .github/workflows/unittestagenda.yml    | 6 ++++--
 www/board/agenda/spec/secretary_spec.rb | 6 ++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index d20207fc..a51ffc0d 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -16,8 +16,10 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        os: [ubuntu-20.04, ubuntu-22.04]
-        ruby: [2.7, 3.1]
+        os: [ubuntu-20.04]
+        ruby: [2.7]
+        # os: [ubuntu-20.04, ubuntu-22.04]
+        # ruby: [2.7, 3.1]
         # 2.7 not supported on 22.04
         exclude:
           - os: ubuntu-22.04
diff --git a/www/board/agenda/spec/secretary_spec.rb 
b/www/board/agenda/spec/secretary_spec.rb
index 93c18c2c..ac576aef 100644
--- a/www/board/agenda/spec/secretary_spec.rb
+++ b/www/board/agenda/spec/secretary_spec.rb
@@ -11,6 +11,9 @@ feature 'report' do
 
   it "should allow timestamps to be edited" do
     visit '/2015-02-18/Call-to-order'
+    $stderr.puts "++++++++++++++++++++++++"
+    $stderr.puts page.source
+    $stderr.puts "------------------------"
     expect(page).to have_selector 'button', text: 'edit minutes'
   end
 
@@ -99,6 +102,9 @@ feature 'report' do
 
   it "should publish minutes" do
     visit '/2015-01-21/'
+    $stderr.puts "++++++++++++++++++++++++"
+    $stderr.puts page.source
+    $stderr.puts "------------------------"
     expect(page).to have_selector 'textarea', text:
       '[21 January 2015](../records/minutes/2015/board_minutes_2015_01_21.txt)'
     expect(page).to have_selector 'textarea', text:

Reply via email to