From e1bcbfed32eb67e332bcd9888be8478480eff444 Mon Sep 17 00:00:00 2001 From: iberianpig Date: Mon, 25 Nov 2024 16:31:31 +0900 Subject: [PATCH] chore: Use tmate to debug GitHub Actions --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b59417..0064b76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,3 +29,6 @@ jobs: bundler-cache: true - name: Run the default task run: bundle exec rake + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3