Content-Length: 205406 | pFad | http://github.com/evilmartians/evil-client/actions/runs/12687809154/workflow

03 fix: add rspec checks to new Ruby 3.4+ · evilmartians/evil-client@87296e1 · GitHub
Skip to content

fix: change rack.version to rack.release #27

fix: change rack.version to rack.release

fix: change rack.version to rack.release #27

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
build:
name: Ruby ${{ matrix.ruby }}
strategy:
fail-fast: true
matrix:
ruby:
- "2.6.0"
- "3.0.0"
- "head"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependent libraries
run: sudo apt-get install libpq-dev
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # 'bundle install' and cache
- name: Check code style
run: bundle exec rubocop
continue-on-error: false
- name: Run tests
run: bundle exec rake --trace
continue-on-error: false
- name: Report coverage
uses: coverallsapp/github-action@v2
with:
flag-name: ruby-${{ matrix.ruby }}
parallel: true
coveralls-done:
if: always()
name: Finish coverage reporting
runs-on: ubuntu-latest
needs: build
steps:
- name: Coveralls done
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "ruby-2.6.0,ruby-3.0.0,ruby-head"








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/evilmartians/evil-client/actions/runs/12687809154/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy