Update .github/workflows/ci.yml from dry-rb/template-gem

This commit is contained in:
File Sync 2022-11-01 11:45:00 +00:00
parent afd162c565
commit 3e3a3e2cfc
1 changed files with 4 additions and 5 deletions

View File

@ -5,6 +5,7 @@ on:
push:
paths:
- ".github/workflows/ci.yml"
- ".devtools"
- "lib/**"
- "*.gemspec"
- "spec/**"
@ -26,9 +27,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.1"
- "3.0"
- "2.7"
- "3.1"
- "3.0"
- "2.7"
include:
- ruby: "3.1"
coverage: "true"
@ -47,8 +48,6 @@ jobs:
bundler-cache: true
- name: Run all tests
run: bundle exec rake
- name: Run all tests using dry/configurable for config
run: bundle exec rake spec:configurable
release:
runs-on: ubuntu-latest
if: contains(github.ref, 'tags') && github.event_name == 'create'