Skip to content

Commit

Permalink
check out the right branch 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Jun 19, 2024
1 parent 7feb614 commit f0919a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: "main"

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
MANTECA_BASE_URL = ENV.fetch('MANTECA_BASE_URL')
MANTECA_APPLICATION_ID = ENV.fetch('MANTECA_APPLICATION_ID')
OPERATING_SYSTEM = ENV.fetch('OPERATING_SYSTEM')
puts 'weewoo'
RUBY_VERSION = ENV.fetch('RUBY_VERSION')
rescue
puts 'Environmental variables not found'
Expand All @@ -89,7 +88,6 @@
config.username = BW_USERNAME
config.password = BW_PASSWORD
end
puts 'here'
calls_api = Bandwidth::CallsApi.new
WebMock.allow_net_connect!
cleanup_calls($active_calls, calls_api)
Expand Down

0 comments on commit f0919a7

Please sign in to comment.