Skip to content

Add unstemmed fields to the pf2 + pf3 to try to boost unstemmed phras… #291

Add unstemmed fields to the pf2 + pf3 to try to boost unstemmed phras…

Add unstemmed fields to the pf2 + pf3 to try to boost unstemmed phras… #291

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.1"
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake