Skip to content

Bump stringio from 3.0.1 to 3.1.0 #7

Bump stringio from 3.0.1 to 3.1.0

Bump stringio from 3.0.1 to 3.1.0 #7

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected] # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake test