Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Move kill server up
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2c7 committed Oct 13, 2020
1 parent 93d8789 commit c022135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ jobs:
run: tmux -V
- name: Start tmux
run: tmux start-server
- name: Kill tmux
run: tmux kill-server || true
- name: Start dummy tmux session
run: tmux new-session -t dummy -d
- name: Wait for tmux
run: ruby spec/wait_for_tmux.rb
- name: Install dependencies
run: bundle install
- name: Kill tmux
run: tmux kill-server || true
- name: Start tmux
run: tmux start-server
- name: Run tests
Expand Down

0 comments on commit c022135

Please sign in to comment.