Skip to content

updated test solr url. pulled out prod and test urls as constants #100

updated test solr url. pulled out prod and test urls as constants

updated test solr url. pulled out prod and test urls as constants #100

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 --publish
run: CUCUMBER_PUBLISH_TOKEN=${{ secrets.CUCUMBER_PUBLISH_TOKEN }} cucumber API_KEY=${{ secrets.API_KEY }} --publish