Skip to content

Bump rubocop-rspec from 3.0.3 to 3.0.4 in /cucumber-distrib (#40) #114

Bump rubocop-rspec from 3.0.3 to 3.0.4 in /cucumber-distrib (#40)

Bump rubocop-rspec from 3.0.3 to 3.0.4 in /cucumber-distrib (#40) #114

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
name: distrib-core - Specs
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: distrib-core
- name: Run tests
run: bundle exec rspec
working-directory: distrib-core