Skip to content

Bump rexml from 3.3.3 to 3.3.6 #155

Bump rexml from 3.3.3 to 3.3.6

Bump rexml from 3.3.3 to 3.3.6 #155

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"