Skip to content

Commit

Permalink
Add command to stop running espanso processes before starting service.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmarkow committed Sep 28, 2023
1 parent d41449c commit c7f9a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: brew tap espanso/espanso
- name: Install Espanso
run: brew install espanso
- name: Stop any running Espanso processes.
run: killall espanso
- name: Start Espanso
run: espanso service start --unmanaged
- name: Log Espanso State (for debugging)
Expand Down

0 comments on commit c7f9a2e

Please sign in to comment.