Skip to content

Bump rexml from 3.2.5 to 3.2.8 #284

Bump rexml from 3.2.5 to 3.2.8

Bump rexml from 3.2.5 to 3.2.8 #284

Workflow file for this run

name: Test SPM
on:
push:
branches: stable
pull_request:
jobs:
macos:
name: Test SPM macOS
runs-on: macos-12
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
-
name: Cache SPM
uses: actions/cache@v3
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
-
name: Run tests
run: bundle exec rake spm:test