Skip to content

Bump rexml from 3.2.8 to 3.3.6 #96

Bump rexml from 3.2.8 to 3.3.6

Bump rexml from 3.2.8 to 3.3.6 #96

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
bundler-cache: true
- name: Bundle install
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run RSpec
run: COVERAGE=true bundle exec rspec