Skip to content

Commit

Permalink
added bundle install command for parallel_rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 30, 2024
1 parent 22ed1f3 commit d93df4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
sudo apt-get update
sudo apt-get install ca-certificates
mkdir junit
bundle install
bundle exec parallel_rspec --prefix-output-with-test-env-number --first-is-1 -- spec/${{ matrix.type }}
- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Build Documentation
run: |
bundle install
bundle exec yard --readme INTRO.md --tag "spec:Specification"
ls -al doc/
- name: Configure AWS Credentials
Expand Down
1 change: 1 addition & 0 deletions ably.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov', '~> 0.22.0'
spec.add_development_dependency 'simplecov-lcov', '~> 0.8.0'
spec.add_development_dependency 'parallel_tests', '~> 3.8'
spec.add_development_dependency 'parallel_rspec', '~> 2.4'
spec.add_development_dependency 'pry', '~> 0.14.1'
spec.add_development_dependency 'pry-byebug', '~> 3.8.0'

Expand Down

0 comments on commit d93df4f

Please sign in to comment.