From 375b7e84a3f67711840afde4f50b3a2fbd3eee6e Mon Sep 17 00:00:00 2001 From: AJ Markow Date: Thu, 28 Sep 2023 12:52:42 -0500 Subject: [PATCH] add tmate to actions --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce83845..a4ff629 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,12 +27,14 @@ jobs: run: brew tap espanso/espanso - name: Install Espanso run: brew install espanso - - name: Stop any running Espanso processes. - run: sudo killall espanso +# This is where it fails as of 9/28 10:15AM - name: Start Espanso run: espanso service start --unmanaged - name: Log Espanso State (for debugging) run: espanso log + - name: Debug with tmate on failure + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 - name: Run the default task run: bundle exec rake - name: RSpec