Skip to content

Bump rdoc from 6.4.0 to 6.4.1.1 #5

Bump rdoc from 6.4.0 to 6.4.1.1

Bump rdoc from 6.4.0 to 6.4.1.1 #5

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