Skip to content

Bump rexml from 3.3.3 to 3.3.6 in /tests #94

Bump rexml from 3.3.3 to 3.3.6 in /tests

Bump rexml from 3.3.3 to 3.3.6 in /tests #94

Workflow file for this run

name: Ruby
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
working-directory: ./tests
- name: Run tests
run: bundle exec rake
working-directory: ./tests