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

Commit

Permalink
Fix GH action weird error
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2c7 committed Oct 13, 2020
1 parent 93d8789 commit 9af19b4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,15 @@ jobs:
run: cd tmux && sh autogen.sh && ./configure && make && sudo make install
- name: Tmux version
run: tmux -V
- name: Start tmux
run: tmux start-server
- 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: Start dummy tmux session
run: tmux new-session -t dummy -d
- name: Wait for tmux
run: ruby spec/wait_for_tmux.rb
- name: Run tests
run: bundle exec parallel_rspec spec/

0 comments on commit 9af19b4

Please sign in to comment.