Skip to content

Bump rexml from 3.2.5 to 3.3.3 (#16) #90

Bump rexml from 3.2.5 to 3.3.3 (#16)

Bump rexml from 3.2.5 to 3.3.3 (#16) #90

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.0
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec
- name: Report coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
# Coverage is already generated in test step, need to run anything again
coverageCommand: echo '' > /dev/null