Skip to content

Recognize "ingredient list" prefix (#23) #15

Recognize "ingredient list" prefix (#23)

Recognize "ingredient list" prefix (#23) #15

Workflow file for this run

name: Integration tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install dependencies
run: |
gem install treetop
- name: Test
run: bin/food_ingredient_parser -n -f data/test-cases -f data/test-samples-parsed