Skip to content

Bump activesupport from 7.1.3.3 to 7.1.3.4 in /features-parser (#7) #14

Bump activesupport from 7.1.3.3 to 7.1.3.4 in /features-parser (#7)

Bump activesupport from 7.1.3.3 to 7.1.3.4 in /features-parser (#7) #14

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
name: rspec-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: rspec-distrib
- name: Run specs
run: bundle exec rspec spec/
working-directory: rspec-distrib
- name: Run features
run: bundle exec rspec features/
working-directory: rspec-distrib