diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 598faae..92a07a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,8 +30,6 @@ jobs: run: espanso service register - name: Log Espanso State (for debugging) run: espanso log - - name: Start Espanso & Create configuration - run: espanso start - name: Run the default task run: bundle exec rake - name: RSpec