Skip to content

[#LR-1679] Set Savon open/read timeouts from config, with defaults #5

[#LR-1679] Set Savon open/read timeouts from config, with defaults

[#LR-1679] Set Savon open/read timeouts from config, with defaults #5

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, labeled, synchronize, reopened]
jobs:
RunTests:
runs-on: ubuntu-latest
steps:
# Setup
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
# Test
- name: Test with rake
run: bundle exec rake