Skip to content

Add iso_short_name_lower_case attribute as an alternative to #907 #734

Add iso_short_name_lower_case attribute as an alternative to #907

Add iso_short_name_lower_case attribute as an alternative to #907 #734

Workflow file for this run

name: Tests
on:
pull_request:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
push:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [3.2, 3.3, 3.4]
env:
CC_TEST_REPORTER_ID: 1670b97bb8c09d4f4bad81e559f41c7588641c67bd700c933c267bbe7dbbef7f
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake
- uses: qltysh/qlty-action/coverage@v2
with:
token: ${{ secrets.QLTY_TOKEN }}
files: coverage/.resultset.json