Skip to content

Update tests for to_json #11

Update tests for to_json

Update tests for to_json #11

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
test:
name: CI-tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.0'
- '2.7'
- '2.6'
- '2.5'
- '2.4'
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: |
bundle exec rake jira:generate_public_cert
bundle exec rake spec