Skip to content

Commit 53883ff

Browse files
committed
change zsh tests to not use docker
1 parent 6cc382f commit 53883ff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,5 @@ jobs:
2222
ruby-version: '${{ matrix.ruby }}'
2323
bundler-cache: true
2424

25-
- name: Setup tmate session
26-
uses: mxschmitt/action-tmate@v3
27-
2825
- name: Run tests
2926
run: bundle exec rspec

spec/completely/zsh_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
end
1414

1515
subject do
16-
`docker run --rm -it -v $PWD/spec/tmp:/app dannyben/zsh #{shell} /app/test.sh`.strip
16+
Dir.chdir 'spec/tmp' do
17+
`#{shell} test.sh`.strip
18+
end
1719
end
1820

1921
describe "completions script and test script" do

0 commit comments

Comments
 (0)