Skip to content

compounded the scenarios #77

compounded the scenarios

compounded the scenarios #77

Workflow file for this run

name: Cucumber
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
run-specs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: install ruby
run: sudo apt-get install ruby-full
- name: install bundler
run: sudo gem install bundler
- name: sudo bundle install
run: sudo bundle install
- name: cucumber
run: cucumber API_KEY=${{ secrets.API_KEY }}