Skip to content

Bump rexml from 3.2.5 to 3.2.8 #149

Bump rexml from 3.2.5 to 3.2.8

Bump rexml from 3.2.5 to 3.2.8 #149

Workflow file for this run

name: Run RSpec
on:
push:
branches:
- master
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
- name: Run RSpec
run: bundle exec rake
env:
SIMPLIFIED_RUN: "1"