Skip to content

feat: Allow for non-standard provisioning URI params, eg. image/icon #38

feat: Allow for non-standard provisioning URI params, eg. image/icon

feat: Allow for non-standard provisioning URI params, eg. image/icon #38

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2', '3.0', '2.7', '2.3', truffleruby-head]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec