Skip to content

build(deps-dev): bump rubocop-performance from 1.23.0 to 1.23.1 #1267

build(deps-dev): bump rubocop-performance from 1.23.0 to 1.23.1

build(deps-dev): bump rubocop-performance from 1.23.0 to 1.23.1 #1267

Workflow file for this run

name: Test
on:
push:
permissions: read-all
jobs:
test:
environment: staging
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby-version }}
strategy:
matrix:
ruby-version: [3.3]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake db:prepare RAILS_ENV=test
- run: bundle exec rspec
- run: bundle exec rubocop
- run: bundle exec inch --pedantic
- uses: aktions/codeclimate-test-reporter@7634aa9ac7883182f583f15ff7b6ff519939dd0a
with:
codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
command: after-build --coverage-input-type lcov
- uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}