From aa2158fbdee96679b9c588ad76ece43b73d11719 Mon Sep 17 00:00:00 2001 From: Vincent Prigent Date: Sat, 25 Jan 2025 18:35:51 +1300 Subject: [PATCH] Try debug the actions --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab309ba9..f954cc14 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,6 +29,11 @@ jobs: ruby-version: 2.7 bundler: 1 bundler-cache: true + - name: Breakpoint if tests failed + if: failure() + uses: namespacelabs/breakpoint-action@v0 + with: + duration: 30m - name: Run tests run: bundle exec rake test_rails_5: