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

Commit 93d8789

Browse files
committed
Remove debugging line
1 parent 50452dd commit 93d8789

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/rspec.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
fail-fast: false
101101
matrix:
102102
byebug: [9.1.0, 10.0.2]
103-
# env:
104-
# BUNDLE_GEMFILE: "./spec/gemfiles/Gemfile-byebug-${{ matrix.byebug }}"
103+
env:
104+
BUNDLE_GEMFILE: "./spec/gemfiles/Gemfile-byebug-${{ matrix.byebug }}"
105105
runs-on: ubuntu-latest
106106
steps:
107107
- uses: actions/checkout@v2
@@ -120,8 +120,6 @@ jobs:
120120
run: cd tmux && sh autogen.sh && ./configure && make && sudo make install
121121
- name: Tmux version
122122
run: tmux -V
123-
- name: Kill tmux
124-
run: tmux kill-server || true
125123
- name: Start tmux
126124
run: tmux start-server
127125
- name: Start dummy tmux session
@@ -130,5 +128,9 @@ jobs:
130128
run: ruby spec/wait_for_tmux.rb
131129
- name: Install dependencies
132130
run: bundle install
131+
- name: Kill tmux
132+
run: tmux kill-server || true
133+
- name: Start tmux
134+
run: tmux start-server
133135
- name: Run tests
134136
run: bundle exec parallel_rspec spec/

0 commit comments

Comments
 (0)