Skip to content

Commit

Permalink
chore(ci): backport ci changes from v8
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Jul 14, 2023
1 parent ea177d4 commit f88872c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: ci
on:
pull_request:
push:
Expand Down
17 changes: 13 additions & 4 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: RSpec
name: ci
on:
pull_request:
push:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
COV=true bin/rspec --require spec_helper --tag ~perf
./cc-test-reporter after-build --coverage-input-type simplecov --exit-code $?
tests:
rspec:
services:
toxiproxy:
image: ghcr.io/shopify/toxiproxy
Expand All @@ -60,6 +60,16 @@ jobs:
fail-fast: true
matrix:
ruby: [2.7, '3.0', 3.1, 3.2]
gemfile:
- sidekiq_5.0
- sidekiq_5.1
- sidekiq_5.2
- sidekiq_6.0
- sidekiq_6.1
- sidekiq_6.2
- sidekiq_6.3
- sidekiq_6.4
- sidekiq_6.5

steps:
- uses: actions/checkout@v3
Expand All @@ -68,5 +78,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler: 2.4.12
bundler-cache: true
- run: bin/appraisal install --jobs=$(nproc) --retry=$(nproc)
- run: bin/appraisal rspec --require spec_helper --tag ~perf
- run: bin/rspec --require spec_helper --tag ~perf

0 comments on commit f88872c

Please sign in to comment.