Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DanOlson committed Aug 21, 2024
1 parent d7b05a2 commit abb02aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup DB
run: bin/rails db:schema:load
- name: Run Backend Tests
run: bundle exec rspec --tag ~skip_ci
run: bundle exec rspec spec/lib/mdl/captions_formatter_spec.rb --tag ~skip_ci
- name: Upload Capybara Saved Pages
uses: actions/upload-artifact@v3
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
match_requests_on: %i(method uri body query)
}
config.ignore_localhost = true
# config.debug_logger = $stdout
config.debug_logger = $stdout
config.filter_sensitive_data('<KS>') do |int|
req = int.request
next unless req.uri.match(%r{www.kaltura.com})
Expand Down

0 comments on commit abb02aa

Please sign in to comment.