Skip to content

Commit

Permalink
add tmate to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmarkow committed Sep 28, 2023
1 parent 0f61778 commit 375b7e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 375b7e8

Please sign in to comment.