Skip to content

Commit

Permalink
fix spec_helper and test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Aug 2, 2024
1 parent bad47b4 commit 721113f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests and lint
env:
API_KEY: ${{ secrets.API_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
EU_API_KEY: ${{ secrets.EU_API_KEY }}
EU_SECRET_KEY: ${{ secrets.EU_SECRET_KEY }}
run: bundle exec rake
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
add_filter '/spec/'
add_filter '/vendor/'
end
WebMock.disable_net_connect!(allow_localhost: true)
WebMock.allow_net_connect!

0 comments on commit 721113f

Please sign in to comment.