Skip to content

Commit

Permalink
Merge branch 'master' into run-test-against-ruby32
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski authored May 24, 2023
2 parents 130acb0 + 775895c commit d73cbf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
File renamed without changes.
17 changes: 6 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: tests

on:
push:
branches: [ master ]
pull_request:
branches:
- master
branches: [ master ]

jobs:
test:
Expand All @@ -23,23 +23,18 @@ jobs:
- 3.1
- 3.2
- jruby
- truffleruby-21
- truffleruby
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3

- name: Setup ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: 1

- name: Update rubygems
run: |
gem update --system --no-document

- name: Restore cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.BUNDLE_PATH }}
key: ruby-${{ matrix.ruby }}-gems-${{ hashFiles('config.gemspec', 'gemfiles/**') }}
Expand All @@ -60,7 +55,7 @@ jobs:

- name: Publish code coverage
if: startsWith(env.RUBY_VERSION, env.COVERAGE_RUBY_VERSION)
uses: paambaati/codeclimate-action@v2.3.0
uses: paambaati/codeclimate-action@v4.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Version](https://img.shields.io/gem/v/config)](https://rubygems.org/gems/config)
[![Downloads Total](https://img.shields.io/gem/dt/config)](https://rubygems.org/gems/config)
[![Build](https://img.shields.io/github/workflow/status/rubyconfig/config/tests)](https://rubygems.org/gems/config)
[![Tests](https://github.com/rubyconfig/config/workflows/tests/badge.svg)](https://github.com/rubyconfig/config/actions?query=branch%3Amaster)
[![Financial Contributors on Open Collective](https://opencollective.com/rubyconfig/all/badge.svg?label=backers)](https://opencollective.com/rubyconfig)

Expand Down

0 comments on commit d73cbf4

Please sign in to comment.