Skip to content

Commit

Permalink
feat: add oauth support for ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
manisha1997 committed Dec 10, 2024
1 parent 8682d1f commit 448aac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ docker-push:
docker push twilio/twilio-ruby:${CURRENT_TAG}

cluster-test:
bundle exec rspec ./spec/cluster/cluster_spec.rb
bundle exec rspec ./spec/cluster/cluster_oauth_spec.rb
bundle exec rspec ./spec/cluster/cluster_orgs_spec.rb
bundle exec rspec ./cluster/cluster_spec.rb
bundle exec rspec ./cluster/cluster_oauth_spec.rb
bundle exec rspec ./cluster/cluster_orgs_spec.rb

prettier:
bundle exec rubocop -A -d --cache true --parallel

0 comments on commit 448aac4

Please sign in to comment.