Skip to content

Commit

Permalink
Update start command to always use restart (Espanso should be running…
Browse files Browse the repository at this point in the history
… already).
  • Loading branch information
ajmarkow committed Sep 28, 2023
1 parent be3f686 commit c5b1236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Register espanso as service
run: espanso service register
- name: Start Espanso & Create configuration
run: espanso start
run: espanso restart
- name: Run the default task
run: bundle exec rake
- name: RSpec
Expand Down

0 comments on commit c5b1236

Please sign in to comment.