Skip to content

Bump rubocop-rspec from 3.0.5 to 3.1.0 in /distrib-core #136

Bump rubocop-rspec from 3.0.5 to 3.1.0 in /distrib-core

Bump rubocop-rspec from 3.0.5 to 3.1.0 in /distrib-core #136

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
name: cucumber-distrib - Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
working-directory: cucumber-distrib
- name: Run specs
run: bundle exec rspec spec
working-directory: cucumber-distrib
- name: Run features
run: bundle exec rspec features
working-directory: cucumber-distrib