From 3e3a3e2cfca9d8b45eba5333fcd4d5c4855634d6 Mon Sep 17 00:00:00 2001 From: File Sync Date: Tue, 1 Nov 2022 11:45:00 +0000 Subject: [PATCH] Update .github/workflows/ci.yml from dry-rb/template-gem --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6614684..45b775b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'