Skip to content

Update Cucumber for version '0.17.0' #243

Update Cucumber for version '0.17.0'

Update Cucumber for version '0.17.0' #243

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6 # Not needed with a .ruby-version file
- run: bundle install
- run: bundle exec jekyll build